strconv: fix fxx_to_str_l_parse/fxx_to_str_l_parse_no_dot returning s without cloning

This commit is contained in:
Delyan Angelov 2021-06-19 07:48:46 +03:00
parent acf9d168cb
commit aea23e8a40
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 4 additions and 6 deletions

View file

@ -1092,8 +1092,6 @@ fn test_array_int_pop() {
assert z == 4
x1 := a.pop()
x2 := a.pop()
dump(x1)
dump(x2)
final := a.pop()
assert final == 1
}