mirror of https://github.com/tc39/test262.git
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
|
import { shouldBe } from "./resources/assert.js";
|
||
|
import * as ns from "./namespace-object-symbol-iterator-name.js";
|
||
|
|
||
|
shouldBe(ns[Symbol.iterator], undefined);
|