From 5a1af94452096b2d3804cb210153676bec013a4e Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 11 Apr 2020 14:48:42 +0300 Subject: [PATCH] test-fixed: fix compilation --- cmd/tools/vtest-fixed.v | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 1bc9ab1557..b7a02d9a04 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -47,10 +47,8 @@ const ( 'vlib/sqlite/sqlite_test.v', // works only on ubuntu with installed sqlite 'vlib/clipboard/clipboard_test.v', // needs code changes to make it compile with v2 ] - skip_on_linux = [ - ] - skip_on_non_linux = [ - ] + skip_on_linux = []string + skip_on_non_linux = []string ) fn main() {