aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/console-log.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/console-log.js')
-rw-r--r--test/bun.js/console-log.js2
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({}))