[cfe-commits] r103487 - /cfe/trunk/test/CodeGenObjC/property-complex.m
Fariborz Jahanian
fjahanian at apple.com
Tue May 11 11:48:13 PDT 2010
Author: fjahanian
Date: Tue May 11 13:48:13 2010
New Revision: 103487
URL: http://llvm.org/viewvc/llvm-project?rev=103487&view=rev
Log:
Fix test.
Modified:
cfe/trunk/test/CodeGenObjC/property-complex.m
Modified: cfe/trunk/test/CodeGenObjC/property-complex.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-complex.m?rev=103487&r1=103486&r2=103487&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-complex.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-complex.m Tue May 11 13:48:13 2010
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -S -o - %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o %t %s
@interface I0 {
@public
More information about the cfe-commits
mailing list