mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
Merge pull request #1880 from lightpanda-io/logfilter-init-slice
LogFilter: init with slice and silence tests
This commit is contained in:
@@ -663,7 +663,7 @@ test "cdp.page: getFrameTree" {
|
||||
|
||||
test "cdp.page: captureScreenshot" {
|
||||
const LogFilter = @import("../../testing.zig").LogFilter;
|
||||
const filter: LogFilter = .init(.not_implemented);
|
||||
const filter: LogFilter = .init(&.{.not_implemented});
|
||||
defer filter.deinit();
|
||||
|
||||
var ctx = testing.context();
|
||||
|
||||
Reference in New Issue
Block a user