commit | 2f6f256308586e2e8b5d72c48bcf8709a2a221f2 | [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 | 4b8876f81974dffa7c23cd90e1ffaa34cd6fe952 | |
parent | 815ffbfcbf32c7b96642cb830360c186caf2bfa2 [diff] [blame] |
fix this test to fail when the patch isn't applied. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72385 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/assembler-with-cpp.c b/test/Preprocessor/assembler-with-cpp.c index bb16880..00080cc 100644 --- a/test/Preprocessor/assembler-with-cpp.c +++ b/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)