aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.rs
diff options
context:
space:
mode:
authorSimon THOBY <git@nightmared.fr>2022-08-26 21:43:04 +0200
committerSimon THOBY <git@nightmared.fr>2022-08-26 21:52:00 +0200
commit5d207e951f39531a97619a3bdf900f7aa16efb9e (patch)
tree3ffcdf67d64d91937df4323cbde7053e60a2389c /tests/lib.rs
parent3e48e7efa516183d623f80d2e4e393cecc2acde9 (diff)
anonymous set support
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,
)
}