summaryrefslogtreecommitdiff
path: root/test/FixIt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-10-15 15:13:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-10-15 15:13:02 +0000
commitb63ff72252dfe20f6ec79d503278910aebde94fe (patch)
tree74ad794442e49dd1c5c425cce4bcde4ce56b5623 /test/FixIt
parent7b824e854b8ffc0d46337d95425825015528f35c (diff)
downloadclang-b63ff72252dfe20f6ec79d503278910aebde94fe.tar.gz
Make test more consistent.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt')
-rw-r--r--test/FixIt/typo.m2
1 files changed, 1 insertions, 1 deletions
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