File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ func string_interpolation() {
5
5
< #Int#>
6
6
}
7
7
8
- // RUN: not %target-swift-frontend -dump-ast %s | %FileCheck %s
9
- // CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR{{/|\\}} test{{/|\\}} Parse{{/|\\}} source_locs.swift:4:12 {{.*}}
10
- // CHECK: (editor_placeholder_expr type='()' {{.*}} trailing_angle_bracket_loc=SOURCE_DIR{{/|\\}} test{{/|\\}} Parse{{/|\\}} source_locs.swift:5:9
8
+ // RUN: not %target-swift-frontend -dump-ast %/ s | %FileCheck %s
9
+ // CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR/ test/ Parse/ source_locs.swift:4:12 {{.*}}
10
+ // CHECK: (editor_placeholder_expr type='()' {{.*}} trailing_angle_bracket_loc=SOURCE_DIR/ test/ Parse/ source_locs.swift:5:9
11
11
You can’t perform that action at this time.
0 commit comments