diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:09:11 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:09:11 +0100 |
commit | 5cc344b1676bdc075a7a6869b3470c8de5425b23 (patch) | |
tree | aff99a9d3bf21791af8ea88f46e124fbdb6c9830 /tests/tier1_i2c.rs | |
parent | 1700db61238a7e68e51d4e0db4d1154c1a5607a9 (diff) | |
download | ads1x1x-async-5cc344b1676bdc075a7a6869b3470c8de5425b23.tar.gz ads1x1x-async-5cc344b1676bdc075a7a6869b3470c8de5425b23.tar.xz ads1x1x-async-5cc344b1676bdc075a7a6869b3470c8de5425b23.zip |
Move construction tests into specific module
Diffstat (limited to 'tests/tier1_i2c.rs')
-rw-r--r-- | tests/tier1_i2c.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tier1_i2c.rs b/tests/tier1_i2c.rs index 845c919..15e5514 100644 --- a/tests/tier1_i2c.rs +++ b/tests/tier1_i2c.rs @@ -16,11 +16,6 @@ macro_rules! impl_tests { mod $IC { use embedded_hal::adc::OneShot; use super::*; - #[test] - fn can_create() { - let dev = $create(&[]); - $destroy(dev); - } mod would_block { use super::*; |