aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js')
-rw-r--r--test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js b/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
index d97ab0542..a0be527bc 100644
--- a/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
+++ b/test/suite/sputnik/Conformance/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js
@@ -7,7 +7,7 @@
* @assertion: No matter how control leaves the embedded 'Statement',
* the scope chain is always restored to its former state;
* @description: Using "with" statement within global context, leading to completion by exception;
- * @strict_mode_negative
+ * @noStrict
*/
this.p1 = 1;