Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.
authorKaelyn Uhrain <rikka@google.com>
Thu, 25 Oct 2012 19:43:57 +0000 (19:43 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 25 Oct 2012 19:43:57 +0000 (19:43 +0000)
llvm-svn: 166711

clang/test/PCH/Inputs/badpch-dir.h.gch/.keep [moved from clang/test/PCH/badpch-dir.h.gch/.keep with 100% similarity]
clang/test/PCH/Inputs/badpch-empty.h.gch [moved from clang/test/PCH/badpch-empty.h.gch with 100% similarity]
clang/test/PCH/badpch.c

index dfe3677..f34e3d6 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only -include-pch %S/badpch-empty.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-EMPTY %s
-// RUN: %clang_cc1 -fsyntax-only -include-pch %S/badpch-dir.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
+// RUN: %clang_cc1 -fsyntax-only -include-pch %S/Inputs/badpch-empty.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-EMPTY %s
+// RUN: %clang_cc1 -fsyntax-only -include-pch %S/Inputs/badpch-dir.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
 
 // The purpose of this test is to verify that various invalid PCH files are
 // reported as such.