test-fixed: fix compilation

pull/4345/head
Delyan Angelov 2020-04-11 14:48:42 +03:00
parent 6ecb6cfe8e
commit 5a1af94452
1 changed files with 2 additions and 4 deletions

View File

@ -47,10 +47,8 @@ const (
'vlib/sqlite/sqlite_test.v', // works only on ubuntu with installed sqlite '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 'vlib/clipboard/clipboard_test.v', // needs code changes to make it compile with v2
] ]
skip_on_linux = [ skip_on_linux = []string
] skip_on_non_linux = []string
skip_on_non_linux = [
]
) )
fn main() { fn main() {