Skip to content

Fix the ghci063 test on Darwin (Trac #16201)

Vladislav Zavialov requested to merge wip/trac-16201 into master

Turns out, touch -r leads to precision loss. The workaround is to nullify the insignificant digits before the first :load.

Merge request reports