summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-28 21:23:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-28 21:23:38 +0000
commitc76da44eeb25c1f5b7a07546021b5cb360fa17f1 (patch)
treefd73b8f1856146375fbf3776feb0016318381f9b /clang/test
parenta86188bf8e4ae0fbbd280d5a177400befbac72fc (diff)
downloadbcm5719-llvm-c76da44eeb25c1f5b7a07546021b5cb360fa17f1.tar.gz
bcm5719-llvm-c76da44eeb25c1f5b7a07546021b5cb360fa17f1.zip
tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary.
llvm-svn: 130439
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenObjC/bitfield-access.m9
1 files changed, 5 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/bitfield-access.m b/clang/test/CodeGenObjC/bitfield-access.m
index 16b0001ddfd..ab776abd4ea 100644
--- a/clang/test/CodeGenObjC/bitfield-access.m
+++ b/clang/test/CodeGenObjC/bitfield-access.m
@@ -1,7 +1,8 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -o %t %s
-// RUN: FileCheck -check-prefix=CHECK-I386 < %t %s
-// RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -emit-llvm -o %t %s
-// RUN: FileCheck -check-prefix=CHECK-ARM < %t %s
+// RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -o %t1 %s
+// RUN: FileCheck -check-prefix=CHECK-I386 < %t1 %s
+
+// RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -emit-llvm -o %t2 %s
+// RUN: FileCheck -check-prefix=CHECK-ARM < %t2 %s
@interface I0 {
@public
OpenPOWER on IntegriCloud