diff options
Diffstat (limited to 'test/built-ins/JSON/15.12-0-3.js')
-rw-r--r-- | test/built-ins/JSON/15.12-0-3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/15.12-0-3.js b/test/built-ins/JSON/15.12-0-3.js index 11f3293a8..4a511110a 100644 --- a/test/built-ins/JSON/15.12-0-3.js +++ b/test/built-ins/JSON/15.12-0-3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | This test should be run without any built-ins being added/augmented. The name JSON must be bound to an object, and must not support [[Call]]. step 5 in 11.2.3 should throw a TypeError exception. |