diff options
Diffstat (limited to 'test/built-ins/Function/S15.3.2.1_A3_T3.js')
-rw-r--r-- | test/built-ins/Function/S15.3.2.1_A3_T3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/S15.3.2.1_A3_T3.js b/test/built-ins/Function/S15.3.2.1_A3_T3.js index 2815e8a14..4ba1f0f48 100644 --- a/test/built-ins/Function/S15.3.2.1_A3_T3.js +++ b/test/built-ins/Function/S15.3.2.1_A3_T3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | When the Function constructor is called with arguments p, body the following steps are taken: i) Let Result(i) be the first argument ii) Let P be ToString(Result(i)) |