diff options
Diffstat (limited to 'cc/gen_test.go')
-rw-r--r-- | cc/gen_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/gen_test.go b/cc/gen_test.go index 4b9a36e6b..ee89873a0 100644 --- a/cc/gen_test.go +++ b/cc/gen_test.go @@ -21,6 +21,7 @@ import ( ) func TestGen(t *testing.T) { + t.Parallel() t.Run("simple", func(t *testing.T) { ctx := testCc(t, ` cc_library_shared { |