diff options
Diffstat (limited to 'test/bun.js/console-log.js')
-rw-r--r-- | test/bun.js/console-log.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bun.js/console-log.js b/test/bun.js/console-log.js index e8aa200ac..5c110f8b0 100644 --- a/test/bun.js/console-log.js +++ b/test/bun.js/console-log.js @@ -56,3 +56,5 @@ const infinteLoop = { infinteLoop.bar = infinteLoop; console.log(infinteLoop, "am"); + +console.log(new Array(4).fill({})) |