mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: restrict numeric promotions to cases where no data is lost
This commit is contained in:
@ -50,7 +50,7 @@ pub fn new_test_session(_vargs string) TestSession {
|
||||
skip_files: skip_files
|
||||
vargs: vargs
|
||||
show_ok_tests: !_vargs.contains('-silent')
|
||||
message_handler: 0
|
||||
message_handler: &TestMessageHandler(0)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user