We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c3d18 commit 78ced36Copy full SHA for 78ced36
test/testdata/paralleltest.go
@@ -21,5 +21,4 @@ func TestFunctionSuccessfulRangeTest(t *testing.T) {
21
}
22
23
24
-// ERROR "Function TestFunctionMissingCallToParallel missing the call to method parallel"
25
-func TestFunctionMissingCallToParallel(t *testing.T) {}
+func TestFunctionMissingCallToParallel(t *testing.T) {} // ERROR "Function TestFunctionMissingCallToParallel missing the call to method parallel"
0 commit comments