diff --git a/moz-webgpu-cts/src/main.rs b/moz-webgpu-cts/src/main.rs index 993a428..594771c 100644 --- a/moz-webgpu-cts/src/main.rs +++ b/moz-webgpu-cts/src/main.rs @@ -218,7 +218,7 @@ fn run(cli: Cli) -> ExitCode { for report in error_reports { eprintln!("{report:?}"); } - todo!("render glob parse diagnostics in hard error") + None } }) .collect::>();