Skip to content

Commit

Permalink
chore(testing-rt): delete the unused testing module
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Nov 12, 2024
1 parent 978e852 commit c451e73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
10 changes: 0 additions & 10 deletions src/riot-rs-rt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
// features
// linkme
#![feature(used_with_arg)]
// testing
#![feature(custom_test_frameworks)]
#![test_runner(crate::testing::test_runner)]
#![reexport_test_harness_main = "test_main"]
pub mod testing;

#[cfg(feature = "threading")]
mod threading;
Expand Down Expand Up @@ -107,8 +102,3 @@ fn startup() -> ! {
loop {}
}
}

#[test_case]
fn test_trivial() {
assert!(1 == 1);
}
29 changes: 0 additions & 29 deletions src/riot-rs-rt/src/testing.rs

This file was deleted.

0 comments on commit c451e73

Please sign in to comment.