fix this test.

llvm-svn: 48668
This commit is contained in:
Chris Lattner 2008-03-22 00:07:50 +00:00
parent 9988569af8
commit 4f55259237
1 changed files with 1 additions and 1 deletions

View 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;