fixup! Add tests for module namespace objects

This commit is contained in:
Mike Pennisi 2016-04-01 15:42:29 -04:00
parent 3dc6d92970
commit e4c062c0eb
1 changed files with 1 additions and 1 deletions

View File

@ -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';