mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 23:11:32 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
package tests_heap_allocator_libc
|
||||
|
||||
import "../sanitizer"
|
||||
import "base:sanitizer"
|
||||
|
||||
foreign import kernel32 "system:Kernel32.lib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user