Skip to content

Commit 6aeca31

Browse files
authored
Merge pull request #32547 from compnerd/slash-and-test
test: unixise the paths on the test (NFC)
2 parents 9855496 + 18acadb commit 6aeca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/NameLookup/scope_map_top_level.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extension Int {
2121
var i: Int = b.my_identity()
2222

2323

24-
// RUN: %target-swift-frontend -dump-scope-maps expanded %s 2> %t.expanded
24+
// RUN: %target-swift-frontend -dump-scope-maps expanded %/s 2> %t.expanded
2525
// RUN: %FileCheck -check-prefix CHECK-EXPANDED %s < %t.expanded
2626

2727

0 commit comments

Comments
 (0)