]> granicus.if.org Git - clang/commitdiff
[analyzer] Disable verification step on the failing test.
authorAnna Zaks <ganna@apple.com>
Wed, 14 Dec 2011 19:39:46 +0000 (19:39 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 14 Dec 2011 19:39:46 +0000 (19:39 +0000)
I need to keep the test itself in the repository since it's the only way I can currently reproduce the issue.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146582 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/taint-tester.c

index 2908e60fe8d738b9e99ac4ee66335a8d039aa6d7..ac8967cddd7ed4b1900351a528718fb9f9865a76 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1  -analyze -analyzer-checker=experimental.security.taint,debug.TaintTest -verify %s
+// RUN: %clang_cc1  -analyze -analyzer-checker=experimental.security.taint,debug.TaintTest %s
 
 #include <stdarg.h>