diff options
Diffstat (limited to 'test/Analysis/chroot.c')
-rw-r--r-- | test/Analysis/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/chroot.c b/test/Analysis/chroot.c index 5b98a71..7a584da 100644 --- a/test/Analysis/chroot.c +++ b/test/Analysis/chroot.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-checker=unix.experimental.Chroot -analyzer-store region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=unix.experimental.Chroot -analyzer-store region -verify %s extern int chroot(const char* path); extern int chdir(const char* path); |