Add 'REQUIRES: shell' to verbose-output-quoting.c
authorHans Wennborg <hans@hanshq.net>
Wed, 24 Apr 2019 10:12:30 +0000 (10:12 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 24 Apr 2019 10:12:30 +0000 (10:12 +0000)
The lit shell couldn't handle these run lines.

llvm-svn: 359081

clang/test/Driver/verbose-output-quoting.c

index 571a682..1e1afdb 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: shell
 // RUN: %clang --verbose -DSPACE="a b"  -c %s 2>&1 | FileCheck -check-prefix=SPACE     -strict-whitespace %s
 // RUN: %clang --verbose -DQUOTES=\"\"  -c %s 2>&1 | FileCheck -check-prefix=QUOTES    -strict-whitespace %s
 // RUN: %clang --verbose -DBACKSLASH=\\ -c %s 2>&1 | FileCheck -check-prefix=BACKSLASH -strict-whitespace %s