diff options
Diffstat (limited to 'clang/test/Misc/error-limit.c')
-rw-r--r-- | clang/test/Misc/error-limit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/error-limit.c b/clang/test/Misc/error-limit.c index 26f4ac1d8a5..e4ce7aab42e 100644 --- a/clang/test/Misc/error-limit.c +++ b/clang/test/Misc/error-limit.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -ferror-limit 1 -fsyntax-only %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -ferror-limit 1 -fsyntax-only %s 2>&1 | FileCheck %s // error and note emitted struct s1{}; |