aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js')
-rw-r--r--test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js b/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js
index 6f52f6c1f..5c90adf16 100644
--- a/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js
+++ b/test/suite/ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js
@@ -1,16 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The length property of sort is 1
- *
- * @path ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.4.js
- * @description sort.length === 1
- */
+/*---
+info: The length property of sort is 1
+description: sort.length === 1
+---*/
//CHECK#1
if (Array.prototype.sort.length !== 1) {
$ERROR('#1: Array.prototype.sort.length === 1. Actual: ' + (Array.prototype.sort.length));
}
-
-