update test

This commit is contained in:
Techatrix 2023-01-14 21:54:45 +01:00
parent bdf207a821
commit f5188c4407

View File

@ -119,7 +119,6 @@ fn testCall(source: []const u8, arguments: []const Value) !CallResult {
var interpreter = ComptimeInterpreter{
.allocator = allocator,
.arena = std.heap.ArenaAllocator.init(allocator),
.document_store = &doc_store,
.uri = handle.uri,
};