mirror of
https://github.com/tc39/test262.git
synced 2025-05-20 23:00:47 +02:00
Fixes gh-696 As pointed in gh-696, the ArrayBuffer ctor won't throw a RangeError when invoked without arguments. Instead of fixing the invalid assertion, this commit removes it as the coverage for subclassing is already satisfied by the use of slice.