File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -enable-experimental-feature BuiltinMacros -dump-ast %s -module-name MacrosTest 2>&1 | %FileCheck %s
2
2
// REQUIRES: OS=macosx
3
+ // REQUIRES: asserts
3
4
4
5
// CHECK: macro_expansion_expr implicit type='String'
5
6
// CHECK-NEXT: magic_identifier_literal_expr{{.*}}kind=#function
@@ -14,7 +15,7 @@ func f(a: Int, b: Int) {
14
15
15
16
// CHECK: macro_expansion_expr implicit type='Int'
16
17
// CHECK-NEXT: magic_identifier_literal_expr{{.*}}kind=#line
17
- // CHECK-NEXT: integer_literal_expr{{.*}}Macro expansion of #line in{{.*}}value=10
18
+ // CHECK-NEXT: integer_literal_expr{{.*}}Macro expansion of #line in{{.*}}value=11
18
19
19
20
// CHECK: macro_expansion_expr implicit type='Int'
20
21
// CHECK-NEXT: magic_identifier_literal_expr{{.*}}kind=#column
You can’t perform that action at this time.
0 commit comments