commit | fc39bccd2ba575ed315cce3e8f0b79ffca7b5ff1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon May 25 16:14:52 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon May 25 16:14:52 2009 +0000 |
tree | 9fbc5cc8311db0075b53928516635f819970b507 | |
parent | 4099c7c229404c5821815e3ddf0d276956a06a48 [diff] [blame] |
fix this test to fail when the patch isn't applied. llvm-svn: 72385
diff --git a/clang/test/Preprocessor/assembler-with-cpp.c b/clang/test/Preprocessor/assembler-with-cpp.c index bb16880..00080cc 100644 --- a/clang/test/Preprocessor/assembler-with-cpp.c +++ b/clang/test/Preprocessor/assembler-with-cpp.c
@@ -64,7 +64,7 @@ // 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)