Update FixIt tests to make it more obvious they use a separate mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88758 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FixIt/fixit-objc.m b/test/FixIt/fixit-objc.m
index 687405c..21aebfe 100644
--- a/test/FixIt/fixit-objc.m
+++ b/test/FixIt/fixit-objc.m
@@ -1,5 +1,5 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o %t
-// RUN: clang-cc -fsyntax-only -pedantic -x objective-c %t -verify
+// RUN: clang-cc -pedantic -fixit %s -o %t
+// RUN: clang-cc -pedantic -x objective-c %t -verify
/* This is a test of the various code modification hints that are
provided as part of warning or extension diagnostics. All of the