mirror of https://github.com/tc39/test262.git
fixup! Add tests for module namespace objects
This commit is contained in:
parent
3dc6d92970
commit
e4c062c0eb
|
@ -34,7 +34,7 @@ info: >
|
|||
the [[Exports]] list may still pass. A separate test is dedicated to sort
|
||||
order.
|
||||
flags: [module]
|
||||
features: [Symbol.iterator]
|
||||
features: [Symbol.iterator, let]
|
||||
---*/
|
||||
|
||||
import * as ns from './values-binding-types.js';
|
||||
|
|
Loading…
Reference in New Issue