summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/assembler-with-cpp.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-05-25 16:14:52 +0000
committerChris Lattner <sabre@nondot.org>2009-05-25 16:14:52 +0000
commitfc39bccd2ba575ed315cce3e8f0b79ffca7b5ff1 (patch)
tree9fbc5cc8311db0075b53928516635f819970b507 /clang/test/Preprocessor/assembler-with-cpp.c
parent4099c7c229404c5821815e3ddf0d276956a06a48 (diff)
downloadbcm5719-llvm-fc39bccd2ba575ed315cce3e8f0b79ffca7b5ff1.tar.gz
bcm5719-llvm-fc39bccd2ba575ed315cce3e8f0b79ffca7b5ff1.zip
fix this test to fail when the patch isn't applied.
llvm-svn: 72385
Diffstat (limited to 'clang/test/Preprocessor/assembler-with-cpp.c')
-rw-r--r--clang/test/Preprocessor/assembler-with-cpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/assembler-with-cpp.c b/clang/test/Preprocessor/assembler-with-cpp.c
index bb168805785..00080cce9b3 100644
--- a/clang/test/Preprocessor/assembler-with-cpp.c
+++ b/clang/test/Preprocessor/assembler-with-cpp.c
@@ -64,7 +64,7 @@ T7(foo)
// RUN: grep 'T7 "foo"' %t &&
// Concatenation with period doesn't leave a space
-// RUN: grep '.T8' %t &&
+// RUN: grep -F '.T8' %t &&
#define T8(A,B) A ## B
T8(.,T8)
OpenPOWER on IntegriCloud