Skip to content

Commit cb51c1b

Browse files
committed
[NFC] Tighten up test for swiftlang#31743
Tweak this test to only look for debug info references to the filename, not *any* reference to the filename.
1 parent 08924c4 commit cb51c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/enum_debuginfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ public func makeEnum() -> MyEnum {
44
return .hasPayload(argument: 123)
55
}
66

7-
// CHECK-NOT: enum_debuginfo_other.swift
7+
// CHECK-NOT: enum_debuginfo_other.swift":{{[0-9]}}

0 commit comments

Comments
 (0)