From 639d9cec79ff59826d250cab68d90afdb82d8760 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 17 Apr 2009 17:43:56 +0000 Subject: [PATCH] clean up run lines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69359 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/class-type.m | 2 +- 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; -- 2.50.1