diff options
Diffstat (limited to 'test/Frontend/verify-fatal.c')
-rw-r--r-- | test/Frontend/verify-fatal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/verify-fatal.c b/test/Frontend/verify-fatal.c index 0e74032..1a26196 100644 --- a/test/Frontend/verify-fatal.c +++ b/test/Frontend/verify-fatal.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wfatal-errors -verify %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -Wfatal-errors -verify %s 2>&1 | FileCheck %s #error first fatal // expected-error@-1 {{first fatal}} |