diff options
Diffstat (limited to 'test/Frontend/verify2.c')
-rw-r--r-- | test/Frontend/verify2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/verify2.c b/test/Frontend/verify2.c index 04f80ad..73eda4d 100644 --- a/test/Frontend/verify2.c +++ b/test/Frontend/verify2.c @@ -1,5 +1,5 @@ #if 0 -// RUN: %clang_cc1 -verify %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -verify %s 2>&1 | FileCheck %s // Please note that all comments are inside "#if 0" blocks so that // VerifyDiagnosticConsumer sees no comments while processing this |