Fix rebase glitch

The new address sanitizer code was committed to a file that I had later
moved and renamed with the old commits.

Having rebased onto master, those commits were carried on to the present
point without generating a conflict and have since become invalid.
This commit is contained in:
Feoramund
2025-05-09 18:17:48 -04:00
parent 674853f16c
commit b8cf6aca8b

View File

@@ -1,6 +1,6 @@
package tests_heap_allocator_libc
import "../sanitizer"
import "base:sanitizer"
foreign import kernel32 "system:Kernel32.lib"