aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js')
-rw-r--r--test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js b/test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js
index 8d0cfcd35..07fefecd5 100644
--- a/test/suite/ch11/11.9/11.9.2/S11.9.2_A6.1.js
+++ b/test/suite/ch11/11.9/11.9.2/S11.9.2_A6.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.
-/**
- * If Type(x) as well as Type(y) is Undefined or Null, return true
- *
- * @path ch11/11.9/11.9.2/S11.9.2_A6.1.js
- * @description Checking all combinations
- */
+/*---
+info: If Type(x) as well as Type(y) is Undefined or Null, return true
+description: Checking all combinations
+---*/
//CHECK#1
if ((undefined != undefined) !== false) {
@@ -37,4 +35,3 @@ if ((null != void 0) !== false) {
if ((null != null) !== false) {
$ERROR('#6: (null != null) === false');
}
-