Skip to content

Commit

Permalink
Merge pull request #129 from ErichDonGubler/push-nwosxwwqrmlx
Browse files Browse the repository at this point in the history
refactor(update_expected): remove unnecessary dupe subtest check
  • Loading branch information
ErichDonGubler authored Jul 30, 2024
2 parents 75bae80 + 6b1331e commit 10d521b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,6 @@ fn run(cli: Cli) -> ExitCode {
let mut subtests = BTreeMap::new();
for (subtest_name, subtest) in subtest_entries {
let subtest_name = SectionHeader(subtest_name);
if subtests.contains_key(&subtest_name) {
found_reconciliation_err = true;
log::error!("internal error: duplicate test path {test_entry_path:?}");
}

let Entry {
meta_props: subtest_properties,
Expand Down

0 comments on commit 10d521b

Please sign in to comment.