Skip to content

Commit

Permalink
feat(update_backlog)!: default --only-across-all-platforms to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 27, 2024
1 parent 14e38ec commit 7e89a0b
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 @@ -293,7 +293,7 @@ enum OnZeroItem {
enum UpdateBacklogSubcommand {
/// Remove tests that expect only `PASS` outcomes on all platforms from `backlog`.
PromotePermaPassing {
#[clap(long, default_value_t = true)]
#[clap(long)]
only_across_all_platforms: bool,
},
}
Expand Down

0 comments on commit 7e89a0b

Please sign in to comment.