mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibJS: Add missing load("test-common.js") to comments-basic.js
This fixes the test which is currently failing with "ReferenceError: 'assert' not known".
This commit is contained in:
committed by
Andreas Kling
parent
b237ba57ea
commit
823fb9d9aa
Notes:
sideshowbarker
2024-07-19 07:36:06 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/823fb9d9aa2 Pull-request: https://github.com/SerenityOS/serenity/pull/1797
@@ -1,3 +1,5 @@
|
||||
load("test-common.js")
|
||||
|
||||
try {
|
||||
var i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user