1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

test: fix vlib/math/big/big_test.v

This commit is contained in:
yuyi
2020-04-10 17:26:15 +08:00
committed by GitHub
parent 0f11d883fa
commit 7f87ac996d
3 changed files with 9 additions and 10 deletions

View File

@@ -211,6 +211,9 @@ fn replace_op(s string) string {
`/` {
'_div'
}
`%` {
'_mod'
}
else {
''
}