diff options
Diffstat (limited to 'clang/test/Analysis/scan-build/help.test')
-rw-r--r-- | clang/test/Analysis/scan-build/help.test | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/clang/test/Analysis/scan-build/help.test b/clang/test/Analysis/scan-build/help.test deleted file mode 100644 index ce4696e0380..00000000000 --- a/clang/test/Analysis/scan-build/help.test +++ /dev/null @@ -1,19 +0,0 @@ -REQUIRES: system-darwin - -RUN: %scan-build -h | FileCheck %s -RUN: %scan-build --help | FileCheck %s - -Test for help output from scan-build. - - -CHECK: USAGE: scan-build [options] <build command> [build options] - -... - -CHECK: AVAILABLE CHECKERS: -... -CHECK: optin.performance.GCDAntipattern -... - - - |