aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch07/7.4/S7.4_A3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch07/7.4/S7.4_A3.js')
-rw-r--r--test/suite/ch07/7.4/S7.4_A3.js13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/suite/ch07/7.4/S7.4_A3.js b/test/suite/ch07/7.4/S7.4_A3.js
index 2efc9fab1..4ba2bc391 100644
--- a/test/suite/ch07/7.4/S7.4_A3.js
+++ b/test/suite/ch07/7.4/S7.4_A3.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.
-/**
- * Multi line comments cannot nest
- *
- * @path ch07/7.4/S7.4_A3.js
- * @description Try use nested comments
- * @negative
- */
+/*---
+info: Multi line comments cannot nest
+description: Try use nested comments
+flags: [negative]
+---*/
/*CHECK#1*/
@@ -17,4 +15,3 @@ var
/* x */
= 1;
*/
-