Artem Dergachev 6b3353e832 Revert "[analyzer] Try to lift 'REQUIRES: shell' for scan-build tests."
This reverts commit cfd388d344ab29ad5e311ac96e382d96bd85d994.
2020-04-07 16:37:42 +03:00

22 lines
345 B
Plaintext

// FIXME: Actually, "perl".
REQUIRES: shell
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: + core.NullDereference
CHECK: optin.performance.GCDAntipattern
...