fixup! Add tests for Array.prototype.copyWithin

This commit is contained in:
Leonardo Balter 2015-07-31 16:46:14 -04:00
parent 2a32ff4a66
commit e72f4bcd62
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ info: >
ToInteger(end).
12. ReturnIfAbrupt(relativeEnd).
...
features: [Symbol]
---*/
var s = Symbol(1);

View File

@ -11,6 +11,7 @@ info: >
8. Let relativeStart be ToInteger(start).
9. ReturnIfAbrupt(relativeStart).
...
features: [Symbol]
---*/
var s = Symbol(1);