mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
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:
parent
42bc83a9d0
commit
d67a95c37e
Notes:
github-actions[bot]
2025-03-27 19:31:38 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d67a95c37e2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4126 Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 2 deletions
|
@ -14,6 +14,4 @@ makeGarbage();
|
|||
|
||||
if (window.internals !== undefined)
|
||||
internals.gc();
|
||||
|
||||
println("PASS");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue