aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 0d7132c..29c61b3 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -120,7 +120,6 @@ pub fn get_test_set<T: SetKey>() -> Set<T> {
CStr::from_bytes_with_nul(SET_NAME).unwrap(),
SET_ID,
Rc::new(get_test_table()),
- ProtoFamily::Ipv4,
)
}