mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 18:53:07 +00:00
Add missing import
This commit is contained in:
parent
349ccc0bd0
commit
94c47855ec
@ -6,6 +6,7 @@
|
|||||||
const std = @import("std.zig");
|
const std = @import("std.zig");
|
||||||
const Allocator = std.mem.Allocator;
|
const Allocator = std.mem.Allocator;
|
||||||
const assert = std.debug.assert;
|
const assert = std.debug.assert;
|
||||||
|
const warn = std.debug.warn;
|
||||||
const testing = std.testing;
|
const testing = std.testing;
|
||||||
const expect = testing.expect;
|
const expect = testing.expect;
|
||||||
const expectEqual = testing.expectEqual;
|
const expectEqual = testing.expectEqual;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user