1
0
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:
Felipe Pena
2022-12-09 15:34:34 -03:00
committed by GitHub
parent b6c2aab092
commit 1ba1f99b9c
3 changed files with 49 additions and 0 deletions

View File

@ -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',