aboutsummaryrefslogtreecommitdiff
path: root/macros/src/tests.rs
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-08-27 11:21:56 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-01 14:50:06 +0000
commit76cf14c520091d00985f845203580e14c611ed14 (patch)
tree786278fef57314138f4a50eb59be0dac8a9deb5f /macros/src/tests.rs
parentc5e6d1fa49e3596227a8ee8fe89e2e4f66db3169 (diff)
Brutally yank out multicore
Diffstat (limited to 'macros/src/tests.rs')
-rw-r--r--macros/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/src/tests.rs b/macros/src/tests.rs
index 94969d1..e9e3326 100644
--- a/macros/src/tests.rs
+++ b/macros/src/tests.rs
@@ -1,5 +1,4 @@
// NOTE these tests are specific to the Cortex-M port; `rtic-syntax` has a more extensive test suite
// that tests functionality common to all the RTIC ports
-mod multi;
mod single;