aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch12/12.10/S12.10_A5_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch12/12.10/S12.10_A5_T2.js')
-rw-r--r--test/suite/ch12/12.10/S12.10_A5_T2.js13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/suite/ch12/12.10/S12.10_A5_T2.js b/test/suite/ch12/12.10/S12.10_A5_T2.js
index 909d79d03..ee19b8bdf 100644
--- a/test/suite/ch12/12.10/S12.10_A5_T2.js
+++ b/test/suite/ch12/12.10/S12.10_A5_T2.js
@@ -1,13 +1,11 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Deleting property using "eval" statement containing "with" statement
- *
- * @path ch12/12.10/S12.10_A5_T2.js
- * @description Deleting number property
- * @noStrict
- */
+/*---
+info: Deleting property using "eval" statement containing "with" statement
+description: Deleting number property
+flags: [noStrict]
+---*/
this.p1 = 'a';
var myObj = {
@@ -47,4 +45,3 @@ if(myObj.p1 === 'a'){
}
//
//////////////////////////////////////////////////////////////////////////////
-