mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
wrap up the new mut check
This commit is contained in:
@ -256,4 +256,5 @@ fn test_passing_empty() {
|
||||
assert stats.min(data) == f64(0)
|
||||
assert stats.max(data) == f64(0)
|
||||
assert stats.range(data) == f64(0)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user