Correct small whitespace inconsistency, lost while renaming variables.
3 load(libdir + "asserts.js");
5 assertThrowsInstanceOf(function () {
6 Math.max(NaN, { valueOf: function () { throw new Error() } });
9 assertThrowsInstanceOf(function () {
10 Math.min(NaN, { valueOf: function () { throw new Error() } });