From 0003db217e65773110d0f507f506e85240f4c36d Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 18 Feb 2014 23:57:59 +0000 Subject: [PATCH] Add missing test file for r201615 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201617 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/Inputs/microsoft-header-search/falsepos.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Preprocessor/Inputs/microsoft-header-search/falsepos.h diff --git a/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h b/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h new file mode 100644 index 0000000000..cb85969857 --- /dev/null +++ b/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h @@ -0,0 +1,3 @@ +#pragma once + +#warning successfully resolved the falsepos.h header -- 2.40.0