summaryrefslogtreecommitdiffstats
path: root/tests/mux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mux.rs')
-rw-r--r--tests/mux.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mux.rs b/tests/mux.rs
index f448f04..f67690f 100644
--- a/tests/mux.rs
+++ b/tests/mux.rs
@@ -6,7 +6,6 @@ use hal::i2c::Transaction as I2cTrans;
extern crate ads1x1x;
use ads1x1x::channel;
-#[macro_use]
mod common;
use common::{ new_ads1015 as new, destroy_ads1015 as destroy,
DEVICE_ADDRESS as DEV_ADDR, Register, BitFlags as BF, Config };