Commit 5c67d56
committed
test: avoid using floats whose rounding is affected by valgrind
Without valgrind, "1.4" is inserted as 1.39999999999999991118, but
with valgrind it is inserted as 1.40000000000000013323. Let's just use
"1.5".1 parent 7569b46 commit 5c67d56
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments