removed test code

This commit is contained in:
Dominik Maier 2020-11-27 22:06:28 +01:00
parent 634cdcf217
commit 5cc5f39440

View File

@ -79,8 +79,3 @@ mod tests {
assert_eq!(2 + 2, 4); assert_eq!(2 + 2, 4);
} }
} }
#[no_mangle]
pub extern "C" fn test_xxh3_hash() -> u64 {
xxh3_64_with_seed(b"test", 0)
}