update test
This commit is contained in:
parent
bdf207a821
commit
f5188c4407
@ -119,7 +119,6 @@ fn testCall(source: []const u8, arguments: []const Value) !CallResult {
|
|||||||
|
|
||||||
var interpreter = ComptimeInterpreter{
|
var interpreter = ComptimeInterpreter{
|
||||||
.allocator = allocator,
|
.allocator = allocator,
|
||||||
.arena = std.heap.ArenaAllocator.init(allocator),
|
|
||||||
.document_store = &doc_store,
|
.document_store = &doc_store,
|
||||||
.uri = handle.uri,
|
.uri = handle.uri,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user