diff options
Diffstat (limited to 'cc/object_test.go')
-rw-r--r-- | cc/object_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/object_test.go b/cc/object_test.go index 6ff8a00c3..a00604463 100644 --- a/cc/object_test.go +++ b/cc/object_test.go @@ -19,6 +19,7 @@ import ( ) func TestLinkerScript(t *testing.T) { + t.Parallel() t.Run("script", func(t *testing.T) { testCc(t, ` cc_object { |