Skip to content

Commit

Permalink
test: remove armv6m_atomic_hack (#1667)
Browse files Browse the repository at this point in the history
Turns out this import was totally unused --- there are no atomics in here.
  • Loading branch information
hawkw committed Mar 20, 2024
1 parent 46a1314 commit 66dd89d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test-runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ use ringbuf::*;
use test_api::*;
use userlib::*;

#[cfg(armv6m)]
use armv6m_atomic_hack::*;

/// We are sensitive to all notifications, to catch unexpected ones in test.
const ALL_NOTIFICATIONS: u32 = !0;

Expand Down

0 comments on commit 66dd89d

Please sign in to comment.