mirror of https://github.com/tc39/test262.git
fix typo
This commit is contained in:
parent
62477ea0c9
commit
16e9389b01
|
@ -35,7 +35,7 @@ Object.defineProperty(newTarget, 'prototype', {
|
|||
});
|
||||
|
||||
assert.throws(Test262Error, function() {
|
||||
Reflect.construct(FinalizationGroup, [{}], newTarget);
|
||||
Reflect.construct(FinalizationGroup, [function() {}], newTarget);
|
||||
});
|
||||
|
||||
assert.sameValue(calls, 1);
|
Loading…
Reference in New Issue