mirror of https://github.com/tc39/test262.git
fix repeated features tags (#1266)
This commit is contained in:
parent
a042cd68f7
commit
b8abd71305
|
@ -12,8 +12,7 @@ info: >
|
|||
produces the value 0).
|
||||
10. ReturnIfAbrupt(pos).
|
||||
...
|
||||
features: [Symbol]
|
||||
features: [String.prototype.includes]
|
||||
features: [Symbol, String.prototype.includes]
|
||||
---*/
|
||||
|
||||
var position = Symbol();
|
||||
|
|
Loading…
Reference in New Issue