From f92e8555a684394b37c1be1012be9bbb0eb1b191 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:35:12 +0000 Subject: [PATCH] Rust: update for toString changes in main. --- .../test/query-tests/diagnostics/UnresolvedMacroCalls.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/test/query-tests/diagnostics/UnresolvedMacroCalls.expected b/rust/ql/test/query-tests/diagnostics/UnresolvedMacroCalls.expected index 28fb46e8283a..72f78794ab29 100644 --- a/rust/ql/test/query-tests/diagnostics/UnresolvedMacroCalls.expected +++ b/rust/ql/test/query-tests/diagnostics/UnresolvedMacroCalls.expected @@ -1 +1 @@ -| my_macro.rs:17:9:17:27 | MacroCall | Macro call was not resolved to a target. | +| my_macro.rs:17:9:17:27 | myUndefinedMacro!... | Macro call was not resolved to a target. |