diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-01-01 17:23:17 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-01-01 17:23:17 +0000 |
| commit | 3f8f44757fd27e4c0436e55dd3270716377f95ba (patch) | |
| tree | fd5f2d223b56d13bc4131bf61ef0b354ed8d83d4 /clang/test | |
| parent | 5c35d2f6a43f30b1b5fa949c0af9d7ef00bd9217 (diff) | |
| download | bcm5719-llvm-3f8f44757fd27e4c0436e55dd3270716377f95ba.tar.gz bcm5719-llvm-3f8f44757fd27e4c0436e55dd3270716377f95ba.zip | |
Fix typo test RUN lines
llvm-svn: 92396
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/FixIt/typo.c | 2 | ||||
| -rw-r--r-- | clang/test/FixIt/typo.cpp | 2 | ||||
| -rw-r--r-- | clang/test/FixIt/typo.m | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/FixIt/typo.c b/clang/test/FixIt/typo.c index 07775517809..d36e769ed0a 100644 --- a/clang/test/FixIt/typo.c +++ b/clang/test/FixIt/typo.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s -// RUN: %clang_cc1 -fsyntax-only -fixit -o - | %clang_cc1 -fsyntax-only -pedantic -Werror -x c - +// RUN: %clang_cc1 -fsyntax-only -fixit -o - %s | %clang_cc1 -fsyntax-only -pedantic -Werror -x c - struct Point { float x, y; }; diff --git a/clang/test/FixIt/typo.cpp b/clang/test/FixIt/typo.cpp index 12bfc712f3e..581cd25f9ab 100644 --- a/clang/test/FixIt/typo.cpp +++ b/clang/test/FixIt/typo.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s -// RUN: %clang_cc1 -fsyntax-only -fixit -o - | %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ - +// RUN: %clang_cc1 -fsyntax-only -fixit -o - %s | %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ - namespace std { template<typename T> class basic_string { int find(const char *substr); diff --git a/clang/test/FixIt/typo.m b/clang/test/FixIt/typo.m index 251684949ef..f88d315da7a 100644 --- a/clang/test/FixIt/typo.m +++ b/clang/test/FixIt/typo.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s -// RUN: %clang_cc1 -fsyntax-only -fixit -o - | %clang_cc1 -fsyntax-only -pedantic -Werror -x objective-c - +// RUN: %clang_cc1 -fsyntax-only -fixit -o - %s | %clang_cc1 -fsyntax-only -pedantic -Werror -x objective-c - @interface NSString @end |

