Skip to content

Commit 8e550ca

Browse files
authored
Merge pull request #4725 from apple/jdevlieghere/TestProtocolExtensionComputerProperty.py
[lldb] Relax substring check in TestProtocolExtensionComputerProperty.py
2 parents 1a0ab67 + e09d8da commit 8e550ca

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/lang/swift/protocol_extension_computed_property

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension Measurement where UnitType == UnitAngle {
1313
}
1414

1515
func f() {
16-
return //%self.expect('p self.radians', substrs=["CGFloat) $R0 = 1.745"])
16+
return //%self.expect('p self.radians', substrs=["CGFloat) $R0", "= 1.745"])
1717
//%self.expect('p self', substrs=["Measurement<UnitAngle>"])
1818
}
1919
}

0 commit comments

Comments
 (0)