From cff67bad212b231dde04b8a1abb84c0c4a50290a Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Wed, 26 Jul 2023 20:45:40 +0200 Subject: Fix issue where unresolved symbol didn't get the pkg updated. --- 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 2e020e1..bdd1e16 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -41,7 +41,7 @@ setup :: proc(src: ^Source) { common.scratch_allocator_init( src.document.allocator, - mem.Kilobyte * 200, + mem.Kilobyte * 2000, context.temp_allocator, ) -- cgit v1.2.3