From 16a9f5aa9876d059c9ade0e03dbdc0ccca136362 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:27:58 +0100 Subject: [PATCH] Output the test line that failed, not a line in a helper fn. --- tests/common.rs | 1 + 1 file changed, 1 insertion(+) 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],