1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: fix match expr in assert

This commit is contained in:
Enzo Baldisserri
2020-04-13 01:53:26 +02:00
committed by GitHub
parent 5deb86de4f
commit da5a1e458b
3 changed files with 98 additions and 68 deletions

View File

@@ -27,7 +27,6 @@ const (
'vlib/v/tests/fixed_array_test.v',
'vlib/v/tests/fn_test.v',
'vlib/v/tests/fn_variadic_test.v',
'vlib/v/tests/match_test.v',
'vlib/v/tests/msvc_test.v',
'vlib/v/tests/mut_test.v',
'vlib/v/tests/num_lit_call_method_test.v',