diff --git a/tests/common.rs b/tests/common.rs index b044d3d..82eb3f7 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -1,5 +1,6 @@ use std::process::Command; +#[track_caller] pub fn assert_org_ldns_cmd_eq_new_ldns_cmd( org_ldns_cmd: &[&str], new_ldns_cmd: &[&str],