aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js')
-rw-r--r--test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js b/test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js
index bbf5ac5ef..7a9a11258 100644
--- a/test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js
+++ b/test/suite/ch15/15.3/15.3.4/S15.3.4_A2_T2.js
@@ -1,12 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined
- *
- * @path ch15/15.3/15.3.4/S15.3.4_A2_T2.js
- * @description Call Function.prototype(null,void 0)
- */
+/*---
+info: >
+ The Function prototype object is itself a Function object that, when
+ invoked, accepts any arguments and returns undefined
+description: Call Function.prototype(null,void 0)
+---*/
//CHECK#1
try {
@@ -16,4 +16,3 @@ try {
} catch (e) {
$ERROR('#1.1: The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined: '+e);
}
-