From: Bill Wendling Date: Thu, 18 Oct 2007 18:26:40 +0000 (+0000) Subject: Fix the command line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=50c26b642c339c430eaef7ebf516063daa93186d;p=oota-llvm.git Fix the command line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43140 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index fa075278915..48b8e8e95c6 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