Skip to content
Snippets Groups Projects
Commit 240c6ff9 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

test/Index/preamble_macro_template.cpp: Suppress this probably due to...

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
parent 3bc93e31
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,5 @@ int main() { } ...@@ -13,3 +13,5 @@ int main() { }
// CHECK: preamble_macro_template.h:5:25: IntegerLiteral= Extent=[5:25 - 5:26] // 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:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
// CHECK: preamble_macro_template.cpp:3:12: CompoundStmt= Extent=[3:12 - 3:15] // CHECK: preamble_macro_template.cpp:3:12: CompoundStmt= Extent=[3:12 - 3:15]
// REQUIRES: shell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment