From 1ad35bebcc07d34202850f46b5b7be46fda1c5d1 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 14 Jul 2011 17:05:32 +0000 Subject: Revert r135147 and r135075. The consensus was that this wasn't the right thing to do. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135152 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/format-strings-fixit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Sema/format-strings-fixit.c') diff --git a/test/Sema/format-strings-fixit.c b/test/Sema/format-strings-fixit.c index b4ab2306aa..c2fa2f7707 100644 --- a/test/Sema/format-strings-fixit.c +++ b/test/Sema/format-strings-fixit.c @@ -1,7 +1,7 @@ // RUN: cp %s %t -// RUN: %clang_cc1 -triple x86_64-apple-macosx10.7.0 -pedantic -Wall -fixit %t || true -// RUN: %clang_cc1 -triple x86_64-apple-macosx10.7.0 -fsyntax-only -pedantic -Wall -Werror %t -// RUN: %clang_cc1 -triple x86_64-apple-macosx10.7.0 -E -o - %t | FileCheck %s +// RUN: %clang_cc1 -pedantic -Wall -fixit %t || true +// RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror %t +// RUN: %clang_cc1 -E -o - %t | FileCheck %s /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the -- cgit v1.2.3-70-g09d2