Skip to content

Commit

Permalink
remove atomic_compare_exchange test
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Aug 9, 2024
1 parent b203870 commit 5007742
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions naga/src/front/atomic_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,6 @@ mod test {
atomic_test(include_bytes!("../../tests/in/spv/atomic_exchange.spv"));
}

#[test]
fn atomic_compare_exchange() {
atomic_test(include_bytes!(
"../../tests/in/spv/atomic_compare_exchange.spv"
));
}

#[test]
fn atomic_i_decrement() {
atomic_test(include_bytes!("../../tests/in/spv/atomic_i_decrement.spv"));
Expand Down

0 comments on commit 5007742

Please sign in to comment.