Skip to content

Commit 84565dd

Browse files
authored
Merge pull request #24931 from drodriguez/windows-source-locs
[win] Fix path separators for Windows.
2 parents a14883c + d6c3d92 commit 84565dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Parse/source_locs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ func string_interpolation() {
55
}
66

77
// RUN: %target-swift-frontend -dump-ast %s | %FileCheck %s
8-
// CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR/test/Parse/source_locs.swift:4:12 {{.*}}
8+
// CHECK: (interpolated_string_literal_expr {{.*}} trailing_quote_loc=SOURCE_DIR{{/|\\}}test{{/|\\}}Parse{{/|\\}}source_locs.swift:4:12 {{.*}}

0 commit comments

Comments
 (0)