summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/array/#/clear.js
blob: a5b1c977ad98cf6d72e29ca292eecf4e191dbab3 (plain)
1
2
3
4
5
6
7
'use strict';

module.exports = function (t, a) {
	var x = [1, 2, {}, 4];
	a(t.call(x), x, "Returns same array");
	a.deep(x, [], "Empties array");
};