blob: 9e082e3c113d165582ac95ed4bfad58f412fb084 [file] [log] [blame] [edit]
// Copyright (C) 2016 Kevin Gibbons. All rights reserved.
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Module namespace objects lack a Symbol.toStringTag
template: namespace
features: [Symbol.iterator]
---*/
//- import
import('./module-code_FIXTURE.js')
//- body
assert.sameValue(Object.prototype.hasOwnProperty.call(ns, Symbol.iterator), false);