From: Daniel Dunbar Date: Fri, 15 Oct 2010 15:13:02 +0000 (+0000) Subject: Make test more consistent. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b63ff72252dfe20f6ec79d503278910aebde94fe;p=clang Make test more consistent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116576 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m index 4f2809213e..b8c57e46e3 100644 --- a/test/FixIt/typo.m +++ b/test/FixIt/typo.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -DNON_FIXITS -verify %s -// RUN: %clang -E -P %s -o %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c -E -P %s -o %t // RUN: %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fixit %t || true // RUN: %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -pedantic -Werror %t