[cfe-commits] r48668 - /cfe/trunk/test/Preprocessor/macro_paste_mscomment.c
Chris Lattner
sabre at nondot.org
Fri Mar 21 17:07:50 PDT 2008
Author: lattner
Date: Fri Mar 21 19:07:50 2008
New Revision: 48668
URL: http://llvm.org/viewvc/llvm-project?rev=48668&view=rev
Log:
fix this test.
Modified:
cfe/trunk/test/Preprocessor/macro_paste_mscomment.c
Modified: cfe/trunk/test/Preprocessor/macro_paste_mscomment.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_paste_mscomment.c?rev=48668&r1=48667&r2=48668&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/macro_paste_mscomment.c (original)
+++ cfe/trunk/test/Preprocessor/macro_paste_mscomment.c Fri Mar 21 19:07:50 2008
@@ -1,4 +1,4 @@
-// RUN: clang -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' |
+// RUN: clang -P -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' |
// RUN: grep '^int foo;int bar;int baz;$' | count 1
// This horrible stuff should preprocess into (other than whitespace):
// int foo;
More information about the cfe-commits
mailing list