summaryrefslogtreecommitdiffstats
path: root/test/Driver/verbose-output-quoting.c
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-04-24 10:12:30 +0000
committerHans Wennborg <hans@hanshq.net>2019-04-24 10:12:30 +0000
commitcda3d286934fcc7de3687bb8a178947a8266d1f8 (patch)
tree3e549db63422035c205b0328abe2fe07fc03dbaf /test/Driver/verbose-output-quoting.c
parent62041af5673ae85b83198872b2bc17ebd1d3668a (diff)
Add 'REQUIRES: shell' to verbose-output-quoting.c
The lit shell couldn't handle these run lines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/verbose-output-quoting.c')
-rw-r--r--test/Driver/verbose-output-quoting.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Driver/verbose-output-quoting.c b/test/Driver/verbose-output-quoting.c
index 571a682040..1e1afdb96f 100644
--- a/test/Driver/verbose-output-quoting.c
+++ b/test/Driver/verbose-output-quoting.c
@@ -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