summaryrefslogtreecommitdiff
path: root/test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js')
-rw-r--r--test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js b/test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js
index c50601a5b..0544e0cd7 100644
--- a/test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js
+++ b/test/suite/ch10/10.4/10.4.3/10.4.3-1-81gs.js
@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-81gs.js
* @description Strict - checking 'this' from a global scope (non-strict function declaration called by strict function declaration)
- * @onlyStrict
+ * @noStrict
*/
function f() { return this!==undefined;};