diff options
-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 |