]> granicus.if.org Git - clang/commitdiff
Make test more consistent.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 15 Oct 2010 15:13:02 +0000 (15:13 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 15 Oct 2010 15:13:02 +0000 (15:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116576 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.m

index 4f2809213e0b798d3ccf6e303f20ca0a180ed74c..b8c57e46e3b89bbf46e6165a0d1d09f7b6ed0024 100644 (file)
@@ -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