mirror of
https://github.com/tc39/test262.git
synced 2025-05-21 07:10:27 +02:00
Prior to this commit, a test for %TypedArray%.prototype.copyWithin provided a TypedArray instance as the first argument. That argument that is interpreted as a number, so in relying on the conversion, the test verified behavior beyond what it purported to test. Simplify the test by using the desired number value directly.