diff options
Diffstat (limited to 'test/built-ins/Function/S15.3.3_A2_T2.js')
-rw-r--r-- | test/built-ins/Function/S15.3.3_A2_T2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/S15.3.3_A2_T2.js b/test/built-ins/Function/S15.3.3_A2_T2.js index eff7fe7d5..a26f63b5a 100644 --- a/test/built-ins/Function/S15.3.3_A2_T2.js +++ b/test/built-ins/Function/S15.3.3_A2_T2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The value of the internal [[Prototype]] property of the Function constructor is the Function prototype object es5id: 15.3.3_A2_T2 |