Skip to content

Commit 3d6bc24

Browse files
authored
Merge pull request #32595 from compnerd/path-parsing
test: unixise path for Parse.source_locs (NFCI)
2 parents 0893f08 + 7895a4e commit 3d6bc24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Parse/source_locs.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ func string_interpolation() {
55
<#Int#>
66
}
77

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
1111

0 commit comments

Comments
 (0)