diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-19 00:57:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-19 00:57:48 +0000 |
commit | 240c6ff9dcae0a19bb0ac0b86f6693de1da6ca21 (patch) | |
tree | 617b8d647dd245882bbd2d199f74d42be7e31407 | |
parent | 3bc93e3124ad5e7191c4a12dc981c8ee53578193 (diff) |
test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170484 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/preamble_macro_template.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Index/preamble_macro_template.cpp b/test/Index/preamble_macro_template.cpp index 5e66abab35..6a55ae392d 100644 --- a/test/Index/preamble_macro_template.cpp +++ b/test/Index/preamble_macro_template.cpp @@ -13,3 +13,5 @@ int main() { } // CHECK: preamble_macro_template.h:5:25: IntegerLiteral= Extent=[5:25 - 5:26] // CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15] // CHECK: preamble_macro_template.cpp:3:12: CompoundStmt= Extent=[3:12 - 3:15] + +// REQUIRES: shell |