From 396f4b887e6d7fe50957dce2a7c06199a07b670e Mon Sep 17 00:00:00 2001 From: moonz Date: Tue, 27 Jan 2026 00:47:12 +0100 Subject: refactor: cleaning up the methods and config reading --- src/testing/testing.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/testing.odin b/src/testing/testing.odin index 373ef62..2013f79 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -346,7 +346,7 @@ expect_definition_locations :: proc(t: ^testing.T, src: ^Source, expect_location setup(src) defer teardown(src) - locations, ok := server.get_definition_location(src.document, src.position) + locations, ok := server.get_definition_location(src.document, src.position, &src.config) if !ok { log.error("Failed get_definition_location") -- cgit v1.2.3