aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js')
-rw-r--r--test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js b/test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js
index fa0b3a8fd..291bbac53 100644
--- a/test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js
+++ b/test/suite/ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js
@@ -1,13 +1,10 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The "case" token can not be used as identifier
- *
- * @path ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.2.js
- * @description Checking if execution of "case=1" fails
- * @negative
- */
+/*---
+info: The "case" token can not be used as identifier
+description: Checking if execution of "case=1" fails
+flags: [negative]
+---*/
case = 1;
-