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

fmt: fix array receivers; cmd/v: -showcc

This commit is contained in:
Alexander Medvednikov
2020-04-09 15:05:06 +02:00
parent d7ae9d7279
commit f3c917e0aa
7 changed files with 18 additions and 12 deletions

View File

@ -7,7 +7,6 @@ import v.pref
const (
skip_test_files = [
'vlib/arrays/arrays_test.v',
'vlib/builtin/map_test.v',
'vlib/cli/command_test.v',
'vlib/cli/flag_test.v',
'vlib/clipboard/clipboard_test.v', // Linux only