Skip to content

Commit d8e2cb2

Browse files
Boshenptomato
authored andcommitted
Update missed bracket in module-self-import-async-resolution-ticks.js
1 parent d5c4779 commit d8e2cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/language/module-code/top-level-await/module-self-import-async-resolution-ticks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ assert.throws(ReferenceError, function() {
8383
export default await Promise.resolve(42);
8484

8585
assert.sameValue(x, 'tick in the async evaluation');
86-
assert.sameValue(self, 42), 'self is initialized after export';
86+
assert.sameValue(self, 42, 'self is initialized after export');
8787

8888
$DONE();

0 commit comments

Comments
 (0)