From 80e28fa633e490a3657cf68964e551f599828e7e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 18 Oct 2007 17:54:49 +0000 Subject: [PATCH] Fix test. llvm-svn: 43136 --- test/FrontendObjC/2007-10-17-SJLJExceptions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index 9d74d89ad91..fa075278915 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 -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 t.m | not grep Unwind_Resume #import