Skip to content

Commit

Permalink
fixup! WIP: feat: add process-reports subcmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 6, 2023
1 parent b7789af commit 09caea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<Vec<_>>();
Expand Down

0 comments on commit 09caea1

Please sign in to comment.