Skip to content

Commit ba81773

Browse files
authored
Merge pull request swiftlang#32142 from compnerd/r31778
test: adjust test to repair the test on Windows
2 parents 47ef155 + 2711018 commit ba81773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/curry_thunk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public func testCurryThunk() -> [HTTPMethod] {
44
return ["asdf"].map(HTTPMethod.init)
55
}
66

7-
// CHECK: [[FILE:![0-9]+]] = !DIFile(filename: "{{.*}}/curry_thunk.swift", directory: "{{.*}}")
7+
// CHECK: [[FILE:![0-9]+]] = !DIFile(filename: "{{.*[/\\]}}curry_thunk.swift", directory: "{{.*}}")
88
// CHECK: {{![0-9]+}} = !DILocalVariable(name: "rawValue", arg: 1, scope: {{![0-9]+}}, file: {{![0-9]+}}, type: {{![0-9]+}}, flags: DIFlagArtificial)

0 commit comments

Comments
 (0)