Skip to content

Commit 0b6cadb

Browse files
committed
fixup! Add test for [[Description]] from Symbol.for
1 parent af9eb5c commit 0b6cadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/built-ins/Symbol/for/description.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info: |
1010
is stringKey.
1111
[...]
1212
6. Return newSymbol.
13-
features: [Symbol]
13+
features: [Symbol, Symbol.prototype.description]
1414
---*/
1515

1616
var symbol = Symbol.for({toString: function() { return 'test262'; }});

0 commit comments

Comments
 (0)