mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test-fixed: fix compilation
This commit is contained in:
parent
6ecb6cfe8e
commit
5a1af94452
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user