Tests: Remove print statement from crash test

Print statements aren't necessary in crash tests and will cause a
Javascript error when used.
This commit is contained in:
Tim Ledbetter 2025-03-27 18:14:14 +00:00 committed by Jelle Raaijmakers
parent 42bc83a9d0
commit d67a95c37e
Notes: github-actions[bot] 2025-03-27 19:31:38 +00:00

View file

@ -14,6 +14,4 @@ makeGarbage();
if (window.internals !== undefined)
internals.gc();
println("PASS");
</script>