diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-17 17:43:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-17 17:43:56 +0000 |
commit | 639d9cec79ff59826d250cab68d90afdb82d8760 (patch) | |
tree | 90151cafc192007ffb27b596e89967ac0b8d1fca | |
parent | 995533a10db296db77374df8d8a3b083f34e7230 (diff) |
clean up run lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69359 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/class-type.m | 2 | ||||
-rw-r--r-- | test/CodeGenObjC/overloadable.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/class-type.m b/test/CodeGenObjC/class-type.m index c8a1c18b9c..423415bbf2 100644 --- a/test/CodeGenObjC/class-type.m +++ b/test/CodeGenObjC/class-type.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm -o %t %s +// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm -o - %s @interface I0 { struct { int a; } a; diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 5a5868e7b4..1cc501a41b 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -1,5 +1,5 @@ // rdar://6657613 -// RUN: clang-cc -emit-llvm %s -o %t && +// RUN: clang-cc -emit-llvm %s -o - @class C; |