diff options
Diffstat (limited to 'third_party/rust/packed_simd/src/testing.rs')
-rw-r--r-- | third_party/rust/packed_simd/src/testing.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/rust/packed_simd/src/testing.rs b/third_party/rust/packed_simd/src/testing.rs deleted file mode 100644 index 6320b28055..0000000000 --- a/third_party/rust/packed_simd/src/testing.rs +++ /dev/null @@ -1,8 +0,0 @@ -//! Testing macros and other utilities. - -#[macro_use] -mod macros; - -#[cfg(test)] -#[macro_use] -pub(crate) mod utils; |