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:
@@ -211,6 +211,9 @@ fn replace_op(s string) string {
|
||||
`/` {
|
||||
'_div'
|
||||
}
|
||||
`%` {
|
||||
'_mod'
|
||||
}
|
||||
else {
|
||||
''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user