diff --git a/vlib/v/tests/cast_to_u8_test.v b/vlib/v/tests/cast_to_u8_test.v index 8bd9e144f3..fd8bea1782 100644 --- a/vlib/v/tests/cast_to_u8_test.v +++ b/vlib/v/tests/cast_to_u8_test.v @@ -5,7 +5,6 @@ fn test_cast_to_alias() { println(r1) assert '$r1' == '1' - r2 := u8(byte(true)) println(r2) assert '$r2' == '1'