aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch12/12.2/S12.2_A10.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch12/12.2/S12.2_A10.js')
-rw-r--r--test/suite/ch12/12.2/S12.2_A10.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch12/12.2/S12.2_A10.js b/test/suite/ch12/12.2/S12.2_A10.js
index b85f957b2..d48fe62fe 100644
--- a/test/suite/ch12/12.2/S12.2_A10.js
+++ b/test/suite/ch12/12.2/S12.2_A10.js
@@ -1,12 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * "var" statement within "for" statement is allowed
- *
- * @path ch12/12.2/S12.2_A10.js
- * @description Declaring variable within a "for" IterationStatement
- */
+/*---
+info: "\"var\" statement within \"for\" statement is allowed"
+description: Declaring variable within a "for" IterationStatement
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -21,4 +19,3 @@ try {
for (var __ind;;){
break;
}
-