[cfe-commits] r170484 - /cfe/trunk/test/Index/preamble_macro_template.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Tue Dec 18 16:57:48 PST 2012
Author: chapuni
Date: Tue Dec 18 18:57:48 2012
New Revision: 170484
URL: http://llvm.org/viewvc/llvm-project?rev=170484&view=rev
Log:
test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating.
Modified:
cfe/trunk/test/Index/preamble_macro_template.cpp
Modified: cfe/trunk/test/Index/preamble_macro_template.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/preamble_macro_template.cpp?rev=170484&r1=170483&r2=170484&view=diff
==============================================================================
--- cfe/trunk/test/Index/preamble_macro_template.cpp (original)
+++ cfe/trunk/test/Index/preamble_macro_template.cpp Tue Dec 18 18:57:48 2012
@@ -13,3 +13,5 @@
// 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
More information about the cfe-commits
mailing list