summaryrefslogtreecommitdiffstats
path: root/test/Analysis/taint-tester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/taint-tester.cpp')
-rw-r--r--test/Analysis/taint-tester.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/taint-tester.cpp b/test/Analysis/taint-tester.cpp
index 679fbc2..f97eefb 100644
--- a/test/Analysis/taint-tester.cpp
+++ b/test/Analysis/taint-tester.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.security.taint,debug.TaintTest %s -verify
+// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
+// expected-no-diagnostics
typedef struct _FILE FILE;
typedef __typeof(sizeof(int)) size_t;
OpenPOWER on IntegriCloud