We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ef155 + 2711018 commit ba81773Copy full SHA for ba81773
test/DebugInfo/curry_thunk.swift
@@ -4,5 +4,5 @@ public func testCurryThunk() -> [HTTPMethod] {
4
return ["asdf"].map(HTTPMethod.init)
5
}
6
7
-// CHECK: [[FILE:![0-9]+]] = !DIFile(filename: "{{.*}}/curry_thunk.swift", directory: "{{.*}}")
+// CHECK: [[FILE:![0-9]+]] = !DIFile(filename: "{{.*[/\\]}}curry_thunk.swift", directory: "{{.*}}")
8
// CHECK: {{![0-9]+}} = !DILocalVariable(name: "rawValue", arg: 1, scope: {{![0-9]+}}, file: {{![0-9]+}}, type: {{![0-9]+}}, flags: DIFlagArtificial)
0 commit comments