diff options
Diffstat (limited to 'test/Misc/serialized-diags.c')
-rw-r--r-- | test/Misc/serialized-diags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/serialized-diags.c b/test/Misc/serialized-diags.c index ae4611b..1290b4e 100644 --- a/test/Misc/serialized-diags.c +++ b/test/Misc/serialized-diags.c @@ -31,7 +31,7 @@ void rdar11040133() { } // RUN: rm -f %t -// RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t.diag > /dev/null 2>&1 || true +// RUN: not %clang -Wall -fsyntax-only %s --serialize-diagnostics %t.diag > /dev/null 2>&1 // RUN: c-index-test -read-diagnostics %t.diag > %t 2>&1 // RUN: FileCheck --input-file=%t %s |