diff options
Diffstat (limited to 'cc/compiler_test.go')
-rw-r--r-- | cc/compiler_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/compiler_test.go b/cc/compiler_test.go index cf553bdc6..c301388ae 100644 --- a/cc/compiler_test.go +++ b/cc/compiler_test.go @@ -19,7 +19,6 @@ import ( ) func TestIsThirdParty(t *testing.T) { - t.Parallel() shouldFail := []string{ "external/foo/", "vendor/bar/", |