mirror of
https://github.com/tc39/test262.git
synced 2025-07-05 21:24:40 +02:00
As written, the test for `Math.random` would pass if the runtime erroneously produced a non-numeric value. Add the necessary assertions to guard against this case.