mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
wpt: remove output
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user