[cfe-commits] r72385 - /cfe/trunk/test/Preprocessor/assembler-with-cpp.c
Chris Lattner
sabre at nondot.org
Mon May 25 09:15:04 PDT 2009
Author: lattner
Date: Mon May 25 11:14:52 2009
New Revision: 72385
URL: http://llvm.org/viewvc/llvm-project?rev=72385&view=rev
Log:
fix this test to fail when the patch isn't applied.
Modified:
cfe/trunk/test/Preprocessor/assembler-with-cpp.c
Modified: cfe/trunk/test/Preprocessor/assembler-with-cpp.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/assembler-with-cpp.c?rev=72385&r1=72384&r2=72385&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/assembler-with-cpp.c (original)
+++ cfe/trunk/test/Preprocessor/assembler-with-cpp.c Mon May 25 11:14:52 2009
@@ -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)
More information about the cfe-commits
mailing list