big: Improved test driver.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:52 +02:00
parent 961adfedd9
commit 2179cc2bc7
3 changed files with 100 additions and 85 deletions
+1 -1
View File
@@ -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,