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 | 50c26b642c339c430eaef7ebf516063daa93186d (patch) | |
tree | 03966fbbc8008c26a40f2c0d8b525e450c8093a9 /test/FrontendObjC | |
parent | 45211d725bd3f234061ab38c756dc738a49f3728 (diff) | |
download | external_llvm-50c26b642c339c430eaef7ebf516063daa93186d.zip external_llvm-50c26b642c339c430eaef7ebf516063daa93186d.tar.gz external_llvm-50c26b642c339c430eaef7ebf516063daa93186d.tar.bz2 |
Fix the command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r-- | test/FrontendObjC/2007-10-17-SJLJExceptions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index fa07527..48b8e8e 100644 --- a/test/FrontendObjC/2007-10-17-SJLJExceptions.m +++ b/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> |