| // 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 are not extensible. | |
| template: namespace | |
| ---*/ | |
| //- import | |
| import('./module-code_FIXTURE.js') | |
| //- body | |
| assert.sameValue(Object.isExtensible(ns), false); |