change test 15.3.5.4_2-89 to call bound function before returning for Bugzilla issue 1533

This commit is contained in:
JaimeLynSchatz 2014-01-26 17:08:20 -08:00
parent 9b669da66c
commit 6b47f8c585
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
function f() { return gNonStrict();};
(function () {"use strict"; return f.bind();})();
(function () {"use strict"; return f.bind()();})();
function gNonStrict() {