Skip to content

Commit 6bd09d1

Browse files
committed
up
1 parent d6848a4 commit 6bd09d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/kotlin/unsigned/test.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ class Unsigned : StringSpec() {
5252
init {
5353

5454
"primitive" {
55-
val a = 4
56-
val b = 5
57-
a.shouldBe(5)
5855

5956
250.b udiv 50.b shouldBe 5.b
6057
250.b urem 200.b shouldBe 50.b

0 commit comments

Comments
 (0)