Skip to content

Commit 4578af3

Browse files
authored
test: cleanup after #24457 - remove wrong comment since bug has been fixed (#24464)
1 parent e93c344 commit 4578af3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎vlib/v/tests/generics/generic_array_pass_test.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pub fn decode[T](val string) !T {
99

1010
fn (mut decoder Decoder) decode_value[T](mut val T) ! {
1111
$if T.unaliased_typ is $array {
12-
// checking wrongly. `decode_array` think that `[]?int` is `[]int`
1312
decoder.decode_array(mut val)!
1413
return
1514
} $else $if T.unaliased_typ is $struct {

0 commit comments

Comments
 (0)