diff --git a/tests/heap_allocator/libc/heap_allocator_windows.odin b/tests/heap_allocator/libc/heap_allocator_windows.odin index 37c1ff033..6b3034350 100644 --- a/tests/heap_allocator/libc/heap_allocator_windows.odin +++ b/tests/heap_allocator/libc/heap_allocator_windows.odin @@ -1,6 +1,6 @@ package tests_heap_allocator_libc -import "../sanitizer" +import "base:sanitizer" foreign import kernel32 "system:Kernel32.lib"