mcp: remove redundant mcp from test references

This commit is contained in:
Adrià Arrufat
2026-03-02 22:24:05 +09:00
parent 6e7c8d7ae2
commit 982b8e2d72

View File

@@ -181,5 +181,4 @@ noinline fn assertionFailure(comptime ctx: []const u8, args: anytype) noreturn {
test {
std.testing.refAllDecls(@This());
std.testing.refAllDecls(mcp);
}