diff options
| author | Bill Wendling <isanbard@gmail.com> | 2007-10-18 18:26:40 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2007-10-18 18:26:40 +0000 |
| commit | 5616a608df4228f599c0cf1c9a40f5f68e879f0d (patch) | |
| tree | a3c026e38c485217cef80f342ada924dd3cdf055 /llvm | |
| parent | 0f39de13a0c8694115b77e56493bfd159c26eb6a (diff) | |
| download | bcm5719-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.m | 2 |
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> |

