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/FixIt/typo.cpp | |
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/FixIt/typo.cpp')
-rw-r--r-- | clang/test/FixIt/typo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |