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

comptime: support @VROOT again

This commit is contained in:
Delyan Angelov
2020-04-10 13:01:06 +03:00
parent 917b9b5124
commit 60d6543733
5 changed files with 17 additions and 18 deletions

View File

@@ -40,7 +40,6 @@ const (
'vlib/v/tests/num_lit_call_method_test.v',
'vlib/v/tests/option_test.v',
'vlib/v/tests/pointers_test.v',
'vlib/v/tests/project_with_c_code/main_test.v',
'vlib/v/tests/project_with_modules_having_submodules/bin/a_program_under_bin_can_find_mod1_test.v',
'vlib/v/tests/project_with_modules_having_submodules/tests/submodule_test.v',
'vlib/v/tests/repl/repl_test.v',