wpt: remove output

This commit is contained in:
Pierre Tachoire
2023-11-29 15:41:32 +01:00
parent 62721e672f
commit 6e0491e3b0

View File

@@ -30,8 +30,6 @@ pub fn main() !void {
// generate APIs // generate APIs
const apis = comptime jsruntime.compile(DOM.Interfaces); const apis = comptime jsruntime.compile(DOM.Interfaces);
std.debug.print("Running WPT test suite\n", .{});
var gpa = std.heap.GeneralPurposeAllocator(.{}){}; var gpa = std.heap.GeneralPurposeAllocator(.{}){};
defer _ = gpa.deinit(); defer _ = gpa.deinit();
const alloc = gpa.allocator(); const alloc = gpa.allocator();