mirror of
https://github.com/tc39/test262.git
synced 2025-05-15 20:30:31 +02:00
Replace a ES2015 test where calling the TypedArray constructor with a floating number triggered a RangeError. Within the ES2016 specs, the same call will trigger a TypeError, as the result for `SameValue(NewTarget, here)` will be checked before.