diff options
-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; |