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

strconv: fix atof test

This commit is contained in:
Alexey
2020-04-05 00:28:47 +03:00
committed by GitHub
parent 774fb7e850
commit 98086d7259

View File

@@ -65,8 +65,8 @@ fn test_atof() {
// special cases
mut f1 := f64(0.0)
mut ptr := *u64(&f1)
ptr = *u64(&f1)
mut ptr := &u64(&f1)
ptr = &u64(&f1)
// DOUBLE_PLUS_ZERO
f1=0.0