| ... | @@ -8,6 +8,8 @@ const DW = std.dwarf; | ... | @@ -8,6 +8,8 @@ const DW = std.dwarf; |
| 8 | const ArrayList = std.ArrayList; | 8 | const ArrayList = std.ArrayList; |
| 9 | const builtin = @import("builtin"); | 9 | const builtin = @import("builtin"); |
| 10 | | 10 | |
| | 11 | pub use @import("./failing_allocator.zig"); |
| | 12 | |
| 11 | error MissingDebugInfo; | 13 | error MissingDebugInfo; |
| 12 | error InvalidDebugInfo; | 14 | error InvalidDebugInfo; |
| 13 | error UnsupportedDebugInfo; | 15 | error UnsupportedDebugInfo; |