From 419ea2f813c83a2065396ac085c9525dd2e1f137 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Sun, 9 Feb 2020 01:01:25 +0000 Subject: [PATCH] rust/protover: remove redundant test commit 15e59a1fedf47e7e689e06e5649849552d8b8c0d added a test for parsing an empty string twice. --- src/rust/protover/protover.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rust/protover/protover.rs b/src/rust/protover/protover.rs index 2661d811c4..383a781fdc 100644 --- a/src/rust/protover/protover.rs +++ b/src/rust/protover/protover.rs @@ -874,11 +874,6 @@ mod test { assert_protoentry_is_unparseable!("Desc=1-4294967295"); } - #[test] - fn test_protoentry_from_str_() { - assert_protoentry_is_unparseable!(""); - } - #[test] fn test_protoentry_all_supported_single_protocol_single_version() { let protocol: UnvalidatedProtoEntry = "Cons=1".parse().unwrap();