arguments -> argumentsTest for strict mode-implied modules.

This commit is contained in:
Daniel Rosenwasser
2015-07-30 12:57:02 -07:00
parent 25657c6449
commit 8d58b9e4c7
+1 -1
View File
@@ -115,7 +115,7 @@ function exist() {
should.not.exist(void (0));
}
function arguments() {
function argumentsTest() {
var args = arguments;
expect(args).to.be.arguments;
args.should.be.arguments;