summaryrefslogtreecommitdiffstats
path: root/test/Analysis/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/chroot.c')
-rw-r--r--test/Analysis/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/chroot.c b/test/Analysis/chroot.c
index 1948f48..1b818a8 100644
--- a/test/Analysis/chroot.c
+++ b/test/Analysis/chroot.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.unix.Chroot -analyzer-store region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.unix.Chroot -analyzer-store region -verify %s
extern int chroot(const char* path);
extern int chdir(const char* path);
OpenPOWER on IntegriCloud