diff options
Diffstat (limited to 'test/Driver/inhibit-downstream-commands.c')
-rw-r--r-- | test/Driver/inhibit-downstream-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/inhibit-downstream-commands.c b/test/Driver/inhibit-downstream-commands.c index 5e46708..ceb245e 100644 --- a/test/Driver/inhibit-downstream-commands.c +++ b/test/Driver/inhibit-downstream-commands.c @@ -1,4 +1,4 @@ -// RUN: %clang -no-integrated-as %s 2>&1 | FileCheck %s +// RUN: not %clang -no-integrated-as %s 2>&1 | FileCheck %s // CHECK: error: unknown type name 'invalid' // CHECK-NOT: clang: error: assembler command failed // CHECK-NOT: clang: error: linker command failed |