From 710c18329baedb7a066276ec073bc5c6aa475b7a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 19 Dec 2012 00:57:48 +0000 Subject: [PATCH] test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating. llvm-svn: 170484 --- clang/test/Index/preamble_macro_template.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/Index/preamble_macro_template.cpp b/clang/test/Index/preamble_macro_template.cpp index 5e66aba..6a55ae3 100644 --- a/clang/test/Index/preamble_macro_template.cpp +++ b/clang/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 -- 2.7.4