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.
1 parent b30fa63 commit 76cbc69Copy full SHA for 76cbc69
src/test/kotlin/unsigned/test.kt
@@ -82,7 +82,7 @@ class Unsigned : StringSpec() {
82
Ulong(Ulong.MAX_VALUE).v.toString() shouldBe "-1"
83
Ulong(Ulong.MAX_VALUE).toString() shouldBe "18446744073709551615"
84
85
- println((-71777214294589696L).toBinaryString())
+ (-71777214294589696L).toBinaryString() shouldBe "1111111100000000111111110000000011111111000000001111111100000000"
86
}
87
88
0 commit comments