aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-12-14 19:39:46 +0000
committerAnna Zaks <ganna@apple.com>2011-12-14 19:39:46 +0000
commit99295233aef6a73c7fa20d6442f05222b2cb7116 (patch)
treebb6a2ea1c849fa922c1377fee0d95c247321080d
parent4805f158203017bdf575003235473284134c1071 (diff)
[analyzer] Disable verification step on the failing test.
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
-rw-r--r--test/Analysis/taint-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/taint-tester.c b/test/Analysis/taint-tester.c
index 2908e60fe8..ac8967cddd 100644
--- a/test/Analysis/taint-tester.c
+++ b/test/Analysis/taint-tester.c
@@ -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>