diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-07-14 17:05:32 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-07-14 17:05:32 +0000 |
commit | d0c2afd2c3b6b44611216349b636e52000183e0c (patch) | |
tree | 1300c61f5d2686a391b4190ccb2559c6ac6d7557 /clang/test/Sema/format-strings-fixit.c | |
parent | 17cf05b9535a1a591d9188bfcc4a461c83d3459e (diff) | |
download | bcm5719-llvm-d0c2afd2c3b6b44611216349b636e52000183e0c.tar.gz bcm5719-llvm-d0c2afd2c3b6b44611216349b636e52000183e0c.zip |
Revert r135147 and r135075. The consensus was that this wasn't the right thing to do.
llvm-svn: 135152
Diffstat (limited to 'clang/test/Sema/format-strings-fixit.c')
-rw-r--r-- | clang/test/Sema/format-strings-fixit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Sema/format-strings-fixit.c b/clang/test/Sema/format-strings-fixit.c index b4ab2306aa2..c2fa2f77074 100644 --- a/clang/test/Sema/format-strings-fixit.c +++ b/clang/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 |