diff options
Diffstat (limited to 'candle-core/tests/indexing_tests.rs')
-rw-r--r-- | candle-core/tests/indexing_tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/candle-core/tests/indexing_tests.rs b/candle-core/tests/indexing_tests.rs index 1a77b32d..9c88f319 100644 --- a/candle-core/tests/indexing_tests.rs +++ b/candle-core/tests/indexing_tests.rs @@ -1,8 +1,6 @@ use anyhow::Result; use candle_core::{Device, IndexOp, Tensor}; -mod test_utils; - #[test] fn integer_index() -> Result<()> { let dev = Device::Cpu; |