aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js')
-rw-r--r--test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js b/test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js
index d02876814..b800de890 100644
--- a/test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.js
+++ b/test/suite/ch11/11.13/11.13.1/S11.13.1_A3.1.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.
-/**
- * Operator x = y PutValue(x, y)
- *
- * @path ch11/11.13/11.13.1/S11.13.1_A3.1.js
- * @description Checking Expression and Variable statements
- */
+/*---
+info: Operator x = y PutValue(x, y)
+description: Checking Expression and Variable statements
+---*/
//CHECK#1
var x = 1;
@@ -19,4 +17,3 @@ y = 1;
if (y !== 1) {
$ERROR('#2: y = 1; y === 1. Actual: ' + (y));
}
-