mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: declare missing functions to handle literal types (#16627)
This commit is contained in:
@ -137,6 +137,7 @@ const (
|
||||
'vlib/crypto/rand/crypto_rand_read_test.v',
|
||||
'vlib/net/smtp/smtp_test.v',
|
||||
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
|
||||
'vlib/v/tests/fn_literal_type_test.v',
|
||||
]
|
||||
skip_with_fsanitize_address = [
|
||||
'vlib/net/websocket/websocket_test.v',
|
||||
@ -189,6 +190,7 @@ const (
|
||||
'vlib/builtin/js/array_test.js.v',
|
||||
'vlib/net/smtp/smtp_test.v',
|
||||
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
|
||||
'vlib/v/tests/fn_literal_type_test.v',
|
||||
]
|
||||
skip_on_linux = [
|
||||
'do_not_remove',
|
||||
@ -224,6 +226,7 @@ const (
|
||||
'vlib/sync/many_times_test.v',
|
||||
'vlib/sync/once_test.v',
|
||||
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
|
||||
'vlib/v/tests/fn_literal_type_test.v',
|
||||
]
|
||||
skip_on_non_windows = [
|
||||
'do_not_remove',
|
||||
|
Reference in New Issue
Block a user