aboutsummaryrefslogtreecommitdiff
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 7a584da6c05c..1948f48471f1 100644
--- a/test/Analysis/chroot.c
+++ b/test/Analysis/chroot.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=unix.experimental.Chroot -analyzer-store region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.unix.Chroot -analyzer-store region -verify %s
extern int chroot(const char* path);
extern int chdir(const char* path);