Fix NetBSD bot after b4a99a061f ([Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation)

This commit is contained in:
Alexandre Ganea 2020-01-14 14:14:07 -05:00
parent 57cb468514
commit 88b8cb7215
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: env -u CLANG_SPAWN_CC1 %clang -c %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1= %clang -c %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=0 %clang -c %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=1 %clang -c %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=test not %clang -c %s -o /dev/null