mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
big: Improved test driver.
This commit is contained in:
@@ -49,7 +49,7 @@ Int :: struct {
|
||||
/*
|
||||
Errors are a strict superset of runtime.Allocation_Error.
|
||||
*/
|
||||
Error :: enum byte {
|
||||
Error :: enum int {
|
||||
None = 0,
|
||||
Out_Of_Memory = 1,
|
||||
Invalid_Pointer = 2,
|
||||
|
||||
Reference in New Issue
Block a user