aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-03-06 08:51:41 -0800
committerDavid Fugate <dfugate@microsoft.com>2012-03-06 08:51:41 -0800
commit5882a21142a1541aa8ab61d41eecb26d2b22bd60 (patch)
tree7e7dca2e3ef40566d3cc92d72fb6ed9fda1de02e /test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js
parent23598a3c67a68ccf563f28ad071deb0ef4ace3c6 (diff)
https://bugs.ecmascript.org/show_bug.cgi?id=287 is fixed (completely?).
Diffstat (limited to 'test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js')
-rw-r--r--test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js b/test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js
index 06554ac5f..cbfe417c4 100644
--- a/test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js
+++ b/test/suite/ch10/10.4/10.4.3/10.4.3-1-96gs.js
@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-96gs.js
* @description Strict - checking 'this' from a global scope (non-strict function declaration called by strict Function.prototype.bind(null)())
- * @onlyStrict
+ * @noStrict
*/
function f() { return this===fnGlobalObject();};