fix tests

llvm-svn: 85223
This commit is contained in:
Nuno Lopes 2009-10-27 10:09:29 +00:00
parent b7f7673feb
commit 0e86b8675f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -x assembler-with-cpp -fdollars-in-identifiers=0 -E %s > %t | FileCheck -strict-whitespace -check-prefix=CHECK-Identifiers-False %s &&
// RUN: clang-cc -x assembler-with-cpp -fdollars-in-identifiers=0 -E %s -o - | FileCheck -strict-whitespace -check-prefix=CHECK-Identifiers-False %s &&
#ifndef __ASSEMBLER__
#error "__ASSEMBLER__ not defined"
@ -49,7 +49,7 @@
6: FOO(blarg)
// CHECK-Identifiers-False: 6: blarg $foo
// RUN: clang-cc -x assembler-with-cpp -fdollars-in-identifiers=1 -E %s > %t | FileCheck -check-prefix=CHECK-Identifiers-True -strict-whitespace %s &&
// RUN: clang-cc -x assembler-with-cpp -fdollars-in-identifiers=1 -E %s -o - | FileCheck -check-prefix=CHECK-Identifiers-True -strict-whitespace %s &&
#define FOO(name) name ## $foo
7: FOO(blarg)
// CHECK-Identifiers-True: 7: blarg$foo

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -E %s -o %t | FileCheck -strict-whitespace %s
// RUN: clang-cc -E %s -o - | FileCheck -strict-whitespace %s
#define y(a) ..a