Fix the command line.
authorBill Wendling <isanbard@gmail.com>
Thu, 18 Oct 2007 18:26:40 +0000 (18:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 18 Oct 2007 18:26:40 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43140 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendObjC/2007-10-17-SJLJExceptions.m

index fa07527891503b356c2579a54296430743e27a0a..48b8e8e95c6973301dc8c2c9721b05be3b3a8c9f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o  t.m | not grep Unwind_Resume
+// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
 
 #import <Foundation/Foundation.h>