]> granicus.if.org Git - clang/commitdiff
fix this test.
authorChris Lattner <sabre@nondot.org>
Sat, 22 Mar 2008 00:07:50 +0000 (00:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Mar 2008 00:07:50 +0000 (00:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48668 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/macro_paste_mscomment.c

index bc364ea17098378349387f1052df08838a9b0694..858337a879b8e932fa72c629e9f00ae3cd1ac435 100644 (file)
@@ -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;