[cfe-commits] r116576 - /cfe/trunk/test/FixIt/typo.m
Daniel Dunbar
daniel at zuster.org
Fri Oct 15 08:13:02 PDT 2010
Author: ddunbar
Date: Fri Oct 15 10:13:02 2010
New Revision: 116576
URL: http://llvm.org/viewvc/llvm-project?rev=116576&view=rev
Log:
Make test more consistent.
Modified:
cfe/trunk/test/FixIt/typo.m
Modified: cfe/trunk/test/FixIt/typo.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/typo.m?rev=116576&r1=116575&r2=116576&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/typo.m (original)
+++ cfe/trunk/test/FixIt/typo.m Fri Oct 15 10:13:02 2010
@@ -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
More information about the cfe-commits
mailing list