Skip to content

Commit 26da45b

Browse files
committed
Make test more robust
1 parent 2d4782c commit 26da45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/generic_class/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protocol P {
1111
}
1212
extension F : P {
1313
@inline(never) func method() {
14-
print("break here \(b)")
14+
print("break here \(b) \(self)")
1515
}
1616
}
1717

0 commit comments

Comments
 (0)