test: remove arguments.callee usage
authorRoman Reiss <me@silverwind.io>
Sat, 3 Oct 2015 11:44:58 +0000 (13:44 +0200)
committerJames M Snell <jasnell@gmail.com>
Thu, 8 Oct 2015 03:39:15 +0000 (20:39 -0700)
commit46876d519cfd4f4980e4956e8286ce48c9c220a5
tree0e58b6509fea2acb5c5c47059ea5c4a508a25d81
parent9d65528b0190482707edb0aad684e7bcc0478b21
test: remove arguments.callee usage

arguments.callee is forbidden in strict mode and the fact that it's
being used masked a possible error in this test.

PR-URL: https://github.com/nodejs/node/pull/3167
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
test/parallel/test-fs-utimes.js