mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
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…
x
Reference in New Issue
Block a user