]> granicus.if.org Git - clang/commitdiff
Move MS header search test inputs to Inputs/
authorReid Kleckner <reid@kleckner.net>
Fri, 27 Dec 2013 20:41:49 +0000 (20:41 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 27 Dec 2013 20:41:49 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198086 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h [moved from test/Preprocessor/microsoft-header-search/a/b/include3.h with 100% similarity]
test/Preprocessor/Inputs/microsoft-header-search/a/findme.h [moved from test/Preprocessor/microsoft-header-search/a/findme.h with 100% similarity]
test/Preprocessor/Inputs/microsoft-header-search/a/include2.h [moved from test/Preprocessor/microsoft-header-search/a/include2.h with 100% similarity]
test/Preprocessor/Inputs/microsoft-header-search/findme.h [moved from test/Preprocessor/microsoft-header-search/findme.h with 100% similarity]
test/Preprocessor/Inputs/microsoft-header-search/include1.h [moved from test/Preprocessor/microsoft-header-search/include1.h with 100% similarity]
test/Preprocessor/microsoft-header-search.c

index 6c39b968ef298990b1341a5185b310b36593ad65..d0fc70676434a2a392441bb4c3ac61bd0d58f204 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -I%S/microsoft-header-search %s -fms-compatibility -verify
+// RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify
 
-// expected-warning@microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
-// expected-warning@microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
+// expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
+// expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
 
-#include "microsoft-header-search/include1.h"
\ No newline at end of file
+#include "Inputs/microsoft-header-search/include1.h"