r198086 - Move MS header search test inputs to Inputs/

Reid Kleckner reid at kleckner.net
Fri Dec 27 12:41:49 PST 2013


Author: rnk
Date: Fri Dec 27 14:41:49 2013
New Revision: 198086

URL: http://llvm.org/viewvc/llvm-project?rev=198086&view=rev
Log:
Move MS header search test inputs to Inputs/

Added:
    cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/
      - copied from r198085, cfe/trunk/test/Preprocessor/microsoft-header-search/
Removed:
    cfe/trunk/test/Preprocessor/microsoft-header-search/
Modified:
    cfe/trunk/test/Preprocessor/microsoft-header-search.c

Modified: cfe/trunk/test/Preprocessor/microsoft-header-search.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/microsoft-header-search.c?rev=198086&r1=198085&r2=198086&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/microsoft-header-search.c (original)
+++ cfe/trunk/test/Preprocessor/microsoft-header-search.c Fri Dec 27 14:41:49 2013
@@ -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 at microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
-// expected-warning at microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable MSVC search rules as}}
+// expected-warning at Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using MS search rules}}
+// expected-warning at 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"





More information about the cfe-commits mailing list