diff --git a/misc/cgo/testsanitizers/tsan_test.go b/misc/cgo/testsanitizers/tsan_test.go index 314b5072f3..1d769a98b6 100644 --- a/misc/cgo/testsanitizers/tsan_test.go +++ b/misc/cgo/testsanitizers/tsan_test.go @@ -5,9 +5,9 @@ package sanitizers_test import ( + "runtime" "strings" "testing" - "runtime" ) func TestTSAN(t *testing.T) {