]> granicus.if.org Git - clang/commitdiff
Fix typo test RUN lines
authorDouglas Gregor <dgregor@apple.com>
Fri, 1 Jan 2010 17:23:17 +0000 (17:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 1 Jan 2010 17:23:17 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92396 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/typo.c
test/FixIt/typo.cpp
test/FixIt/typo.m

index 07775517809f175db736acfe48d5460390a9bc75..d36e769ed0a2cf733f61b51b4db77829d58d7773 100644 (file)
@@ -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;
 };
index 12bfc712f3ee033f554da0258ff8029770e79b67..581cd25f9ab2bcd390d9557d66ce49bcd22aa569 100644 (file)
@@ -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);
index 251684949ef25603b4a67212880efb6ed45baebe..f88d315da7a65cf9d7c51c3df47764ed0a63720a 100644 (file)
@@ -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