Skip to content

Commit 9391bf0

Browse files
committed
added Ushort comparison test
1 parent 6bd09d1 commit 9391bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/kotlin/unsigned/test.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ class Unsigned : StringSpec() {
461461
var b = Ushort(1)
462462
var c = Ushort(0)
463463

464+
assert(a >= b)
465+
464466
a + b shouldBe c
465467
a + 1.s shouldBe c
466468
a + 1 shouldBe c

0 commit comments

Comments
 (0)