diff --git a/src/lightpanda.zig b/src/lightpanda.zig index 7f841e87..26bc23f0 100644 --- a/src/lightpanda.zig +++ b/src/lightpanda.zig @@ -181,5 +181,4 @@ noinline fn assertionFailure(comptime ctx: []const u8, args: anytype) noreturn { test { std.testing.refAllDecls(@This()); - std.testing.refAllDecls(mcp); }