From 4013fa48487ea9ae917932488858b95d626c611e Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sun, 3 Dec 2017 13:26:52 -0800 Subject: Remove nix-test subcrate This was doing testing for errno constants and a few other types that is no longer necessary now that these types are all tested within the libc project itself. --- src/sys/uio.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/sys/uio.rs') diff --git a/src/sys/uio.rs b/src/sys/uio.rs index cd161423..c785225b 100644 --- a/src/sys/uio.rs +++ b/src/sys/uio.rs @@ -169,9 +169,3 @@ impl<'a> IoVec<&'a mut [u8]> { }, PhantomData) } } - -#[test] -pub fn test_size_of_io_vec() { - use nixtest; - nixtest::assert_size_of::>("iovec"); -} -- cgit v1.2.3