aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js')
-rw-r--r--test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js b/test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js
index 295943cb7..a49262bbc 100644
--- a/test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js
+++ b/test/suite/ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js
@@ -1,13 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * Global object has properties such as built-in objects such as
- * Math, String, Date, parseInt, etc
- *
- * @path ch10/10.2/10.2.3/S10.2.3_A1.2_T3.js
- * @description Function execution context - Constructor Properties
- */
+/*---
+info: >
+ Global object has properties such as built-in objects such as
+ Math, String, Date, parseInt, etc
+description: Function execution context - Constructor Properties
+---*/
function test() {
//CHECK#13
@@ -87,4 +86,3 @@ function test() {
}
test();
-