From 485285ee58c3c3ef3bd09a1d8cd4232d2dfa1917 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Thu, 28 Apr 2022 00:04:10 +0200 Subject: remove the lower case for windows. --- src/testing/testing.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing') diff --git a/src/testing/testing.odin b/src/testing/testing.odin index a824d87..6c5baa6 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -71,10 +71,10 @@ setup :: proc(src: ^Source) { There is a lot code here that is used in the real code, then i'd like to see. */ - server.build_static_index(context.allocator, &common.config); - server.indexer.dynamic_index = server.make_memory_index(server.make_symbol_collection(context.allocator, &common.config)); + server.build_static_index(context.allocator, &common.config); + for src_pkg in src.packages { uri := common.create_uri(fmt.aprintf("test/%v/package.odin", src_pkg.pkg), context.temp_allocator); -- cgit v1.2.3