summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_paste_mscomment.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-22 00:07:50 +0000
committerChris Lattner <sabre@nondot.org>2008-03-22 00:07:50 +0000
commit4f55259237e358c0cb767d71f39354fc028fb979 (patch)
treed657c43d0d19d63481fcb64498c9de318c50b7e8 /clang/test/Preprocessor/macro_paste_mscomment.c
parent9988569af835578c5abd1ac0ad31a0658d1aa58e (diff)
downloadbcm5719-llvm-4f55259237e358c0cb767d71f39354fc028fb979.tar.gz
bcm5719-llvm-4f55259237e358c0cb767d71f39354fc028fb979.zip
fix this test.
llvm-svn: 48668
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_mscomment.c')
-rw-r--r--clang/test/Preprocessor/macro_paste_mscomment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_paste_mscomment.c b/clang/test/Preprocessor/macro_paste_mscomment.c
index bc364ea1709..858337a879b 100644
--- a/clang/test/Preprocessor/macro_paste_mscomment.c
+++ b/clang/test/Preprocessor/macro_paste_mscomment.c
@@ -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;
OpenPOWER on IntegriCloud