mirror of https://github.com/tc39/test262.git
Update missed bracket in module-self-import-async-resolution-ticks.js
This commit is contained in:
parent
d5c4779c62
commit
d8e2cb2741
|
@ -83,6 +83,6 @@ assert.throws(ReferenceError, function() {
|
|||
export default await Promise.resolve(42);
|
||||
|
||||
assert.sameValue(x, 'tick in the async evaluation');
|
||||
assert.sameValue(self, 42), 'self is initialized after export';
|
||||
assert.sameValue(self, 42, 'self is initialized after export');
|
||||
|
||||
$DONE();
|
||||
|
|
Loading…
Reference in New Issue