summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-18 18:26:40 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-18 18:26:40 +0000
commit5616a608df4228f599c0cf1c9a40f5f68e879f0d (patch)
treea3c026e38c485217cef80f342ada924dd3cdf055 /llvm
parent0f39de13a0c8694115b77e56493bfd159c26eb6a (diff)
downloadbcm5719-llvm-5616a608df4228f599c0cf1c9a40f5f68e879f0d.tar.gz
bcm5719-llvm-5616a608df4228f599c0cf1c9a40f5f68e879f0d.zip
Fix the command line.
llvm-svn: 43140
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index fa075278915..48b8e8e95c6 100644
--- a/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
+++ b/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
@@ -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>
OpenPOWER on IntegriCloud