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:
Linus Groh 2020-04-14 16:23:59 +01:00 committed by Andreas Kling
commit 823fb9d9aa
Notes: sideshowbarker 2024-07-19 07:36:06 +09:00

View file

@ -1,3 +1,5 @@
load("test-common.js")
try {
var i = 0;