From: NAKAMURA Takumi Date: Wed, 19 Dec 2012 00:57:48 +0000 (+0000) Subject: test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=240c6ff9dcae0a19bb0ac0b86f6693de1da6ca21;p=clang 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 --- 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