commit | 52b10afb08d7d85263209929f24a804e6ad75b08 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <reid@kleckner.net> | Fri Dec 27 20:41:49 2013 +0000 |
committer | Reid Kleckner <reid@kleckner.net> | Fri Dec 27 20:41:49 2013 +0000 |
tree | cee1c03826dd50e182778cdb0c7aa42f882e00fb | |
parent | 31a9f74c1d108ee363f5315b8f308aa14e294d8d [diff] |
Move MS header search test inputs to Inputs/ llvm-svn: 198086
diff --git a/clang/test/Preprocessor/microsoft-header-search/a/b/include3.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h similarity index 100% rename from clang/test/Preprocessor/microsoft-header-search/a/b/include3.h rename to clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h
diff --git a/clang/test/Preprocessor/microsoft-header-search/a/findme.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h similarity index 100% rename from clang/test/Preprocessor/microsoft-header-search/a/findme.h rename to clang/test/Preprocessor/Inputs/microsoft-header-search/a/findme.h
diff --git a/clang/test/Preprocessor/microsoft-header-search/a/include2.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h similarity index 100% rename from clang/test/Preprocessor/microsoft-header-search/a/include2.h rename to clang/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h
diff --git a/clang/test/Preprocessor/microsoft-header-search/findme.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/findme.h similarity index 100% rename from clang/test/Preprocessor/microsoft-header-search/findme.h rename to clang/test/Preprocessor/Inputs/microsoft-header-search/findme.h
diff --git a/clang/test/Preprocessor/microsoft-header-search/include1.h b/clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h similarity index 100% rename from clang/test/Preprocessor/microsoft-header-search/include1.h rename to clang/test/Preprocessor/Inputs/microsoft-header-search/include1.h
diff --git a/clang/test/Preprocessor/microsoft-header-search.c b/clang/test/Preprocessor/microsoft-header-search.c index 6c39b96..d0fc706 100644 --- a/clang/test/Preprocessor/microsoft-header-search.c +++ b/clang/test/Preprocessor/microsoft-header-search.c
@@ -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"