aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/InternPool.zig')
-rw-r--r--src/InternPool.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig
index d0ed875d86..749be6348a 100644
--- a/src/InternPool.zig
+++ b/src/InternPool.zig
@@ -9822,6 +9822,7 @@ test "basic usage" {
const gpa = std.testing.allocator;
var ip: InternPool = .empty;
+ try ip.init(gpa, 1);
defer ip.deinit(gpa);
const i32_type = try ip.get(gpa, .main, .{ .int_type = .{