mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
Fix typo
Fix typo in an ObjectLiteral
This commit is contained in:
parent
616dcadff4
commit
5492929d55
@ -15,7 +15,7 @@ features: [explicit-resource-management]
|
||||
var descriptor = Object.getOwnPropertyDescriptor(AsyncDisposableStack.prototype, 'disposed');
|
||||
|
||||
verifyProperty(descriptor.get, 'length', {
|
||||
value: 0;
|
||||
value: 0,
|
||||
enumerable: false,
|
||||
writable: false,
|
||||
configurable: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user