1
0
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:
Alexander Medvednikov
2019-07-25 14:13:35 +02:00
parent ceb0139329
commit 2ac579ca0a
5 changed files with 5 additions and 3 deletions

View File

@ -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)
}