summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-06-18 00:03:46 +0000
committerEric Christopher <echristo@gmail.com>2013-06-18 00:03:46 +0000
commit2062ec68b7600acf184e83463ba2142ba96957b5 (patch)
tree1953e54e30dedda168b3a02fc8bdd192b0c9289d /clang
parent9dd947040c7336e63857fc0c566bca1e1b4c2081 (diff)
downloadbcm5719-llvm-2062ec68b7600acf184e83463ba2142ba96957b5.tar.gz
bcm5719-llvm-2062ec68b7600acf184e83463ba2142ba96957b5.zip
FileCheck-ize.
llvm-svn: 184151
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Driver/debug-options.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c
index ca77abf9fd3..aad97d42c68 100644
--- a/clang/test/Driver/debug-options.c
+++ b/clang/test/Driver/debug-options.c
@@ -21,8 +21,8 @@
// RUN: | FileCheck -check-prefix=GLTO_NO %s
//
// RUN: %clang -### -c -grecord-gcc-switches -gno-record-gcc-switches \
-// RUN: -gstrict-dwarf -gno-strict-dwarf %s 2>&1 \
-// RUN: | not grep "argument unused during compilation"
+// RUN: -gstrict-dwarf -gno-strict-dwarf %s 2>&1 \
+// RUN: | FileCheck -check-prefix=GIGNORE %s
//
// G: "-cc1"
// G: "-g"
@@ -42,3 +42,5 @@
//
// GLTO_NO: "-cc1"
// GLTO_NO-NOT: "-gline-tables-only"
+//
+// GIGNORE-NOT: "argument unused during compilation"
OpenPOWER on IntegriCloud