aboutsummaryrefslogtreecommitdiffstats
path: root/test/node_smoke_tests/iterable_with_native_symbol.js
blob: 3376ebdc5593effb4893596bbd7f35a839f08507 (plain)
1
2
3
4
5
6
7
8
"use strict";

if ( typeof Symbol === "undefined" ) {
	console.log( "Symbols not supported, skipping the test..." );
	process.exit();
}

require( "./lib/ensure_iterability_es6" )();