diff options
Diffstat (limited to 'test/built-ins/Number/S15.7.5_A1_T01.js')
-rw-r--r-- | test/built-ins/Number/S15.7.5_A1_T01.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Number/S15.7.5_A1_T01.js b/test/built-ins/Number/S15.7.5_A1_T01.js index e071014db..043024634 100644 --- a/test/built-ins/Number/S15.7.5_A1_T01.js +++ b/test/built-ins/Number/S15.7.5_A1_T01.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | Number instances have no special properties beyond those inherited from the Number prototype object es5id: 15.7.5_A1_T01 |