diff options
Diffstat (limited to 'test/Driver/darwin-verify-debug.c')
-rw-r--r-- | test/Driver/darwin-verify-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/darwin-verify-debug.c b/test/Driver/darwin-verify-debug.c index 677419a..c419cef 100644 --- a/test/Driver/darwin-verify-debug.c +++ b/test/Driver/darwin-verify-debug.c @@ -31,4 +31,4 @@ // RUN: touch %t.o // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \ // RUN: -verify -o foo %t.o -g 2> %t -// RUN: grep "Verify" %t | count 0 +// RUN: not grep "Verify" %t |