diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-22 00:07:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-22 00:07:50 +0000 |
commit | 4f55259237e358c0cb767d71f39354fc028fb979 (patch) | |
tree | d657c43d0d19d63481fcb64498c9de318c50b7e8 /clang/test/Preprocessor/macro_paste_mscomment.c | |
parent | 9988569af835578c5abd1ac0ad31a0658d1aa58e (diff) | |
download | bcm5719-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.c | 2 |
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; |