mirror of https://github.com/tc39/test262.git
Fix two minor errors for import-defer tests
* assert.deepEqual is used in one but without the include * typo of assert in the other
This commit is contained in:
parent
8296db8873
commit
1d7a2938a2
|
@ -26,6 +26,7 @@ info: |
|
|||
|
||||
flags: [module]
|
||||
features: [import-defer]
|
||||
includes: [deepEqual.js]
|
||||
---*/
|
||||
|
||||
import defer * as ns from "./throws_FIXTURE.js";
|
||||
|
|
|
@ -27,4 +27,4 @@ features: [import-defer]
|
|||
|
||||
import defer from "./dep_FIXTURE.js";
|
||||
|
||||
asserts.sameValue(defer, 1, "`defer` is the default export binding");
|
||||
assert.sameValue(defer, 1, "`defer` is the default export binding");
|
||||
|
|
Loading…
Reference in New Issue