Skip to content

Commit 6f79c14

Browse files
Merge pull request #152 from erichdongubler-mozilla/update_backlog-only_across_all_platforms-false-by-default
2 parents 316b88e + 5423941 commit 6f79c14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ enum OnZeroItem {
293293
enum UpdateBacklogSubcommand {
294294
/// Remove tests that expect only `PASS` outcomes on all platforms from `backlog`.
295295
PromotePermaPassing {
296-
#[clap(long, default_value_t = true)]
296+
#[clap(long)]
297297
only_across_all_platforms: bool,
298298
},
299299
}

0 commit comments

Comments
 (0)