tests: remove array_to_string_test.v from skip list

pull/4389/head
yuyi 2020-04-14 07:03:54 +08:00 committed by GitHub
parent 12e48c6fe2
commit 8bef97fce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ const (
'vlib/net/http/http_test.v',
'vlib/regex/regex_test.v',
'vlib/strconv/ftoa/f32_f64_to_string_test.v',
'vlib/v/tests/array_to_string_test.v',
'vlib/v/tests/enum_bitfield_test.v',
'vlib/v/tests/fixed_array_test.v',
'vlib/v/tests/fn_test.v',