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 1a0ab67 + e09d8da commit 8e550caCopy full SHA for 8e550ca
lldb/test/API/lang/swift/protocol_extension_computed_property/main.swift
@@ -13,7 +13,7 @@ extension Measurement where UnitType == UnitAngle {
13
}
14
15
func f() {
16
- return //%self.expect('p self.radians', substrs=["CGFloat) $R0 = 1.745"])
+ return //%self.expect('p self.radians', substrs=["CGFloat) $R0", "= 1.745"])
17
//%self.expect('p self', substrs=["Measurement<UnitAngle>"])
18
19
0 commit comments