aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js')
-rw-r--r--test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
index 55469a992..943496050 100644
--- a/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
+++ b/test/suite/ch15/15.11/15.11.3/S15.11.3.1_A4_T1.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.
-/**
- * The Error has property prototype
- *
- * @path ch15/15.11/15.11.3/S15.11.3.1_A4_T1.js
- * @description Checking Error.hasOwnProperty('prototype')
- */
+/*---
+info: The Error has property prototype
+description: Checking Error.hasOwnProperty('prototype')
+---*/
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
@@ -15,4 +13,3 @@ if (!(Error.hasOwnProperty('prototype'))) {
}
//
//////////////////////////////////////////////////////////////////////////////
-