Move test inputs into the Inputs directory (improvement/fix to r201419)
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 15 Feb 2014 05:09:38 +0000 (05:09 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 15 Feb 2014 05:09:38 +0000 (05:09 +0000)
llvm-svn: 201458

clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h [moved from clang/test/Preprocessor/headermap-rel/Foo.framework/Headers/Foo.h with 100% similarity]
clang/test/Preprocessor/Inputs/headermap-rel/foo.hmap [moved from clang/test/Preprocessor/headermap-rel/foo.hmap with 100% similarity]
clang/test/Preprocessor/headermap-rel.c [moved from clang/test/Preprocessor/headermap-rel/headermap-rel.c with 61% similarity]

@@ -2,7 +2,7 @@
 // This uses a headermap with this entry:
 //   Foo.h -> Foo/Foo.h
 
-// RUN: %clang_cc1 -E %s -o %t.i -I %S/foo.hmap -F %S
+// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel
 // RUN: FileCheck %s -input-file %t.i
 
 // CHECK: Foo.h is parsed