Merge pull request #1990 from lightpanda-io/remove_cdp_generic

Remove cdp generic
This commit is contained in:
Karl Seguin
2026-03-26 07:49:13 +08:00
committed by GitHub
13 changed files with 454 additions and 394 deletions

View File

@@ -470,10 +470,6 @@ pub fn pageTest(comptime test_file: []const u8) !*Page {
return page;
}
test {
std.testing.refAllDecls(@This());
}
const log = @import("log.zig");
const TestHTTPServer = @import("TestHTTPServer.zig");