From 10af130c8aa7dc67c5ac7c009ecea039659cb639 Mon Sep 17 00:00:00 2001 From: "Celina G. Val" Date: Mon, 11 Dec 2023 16:32:43 -0800 Subject: [PATCH] Update tests after toolchain change --- tests/expected/panic/panic-2018/expected | 2 +- tests/expected/panic/panic-2021/expected | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expected/panic/panic-2018/expected b/tests/expected/panic/panic-2018/expected index 72637a772604..92a9e47ad8ce 100644 --- a/tests/expected/panic/panic-2018/expected +++ b/tests/expected/panic/panic-2018/expected @@ -1,4 +1,4 @@ -Failed Checks: concat! ("Panic: {} code: ", 10), msg +Failed Checks: concat!("Panic: {} code: ", 10), msg Failed Checks: msg Failed Checks: explicit panic Failed Checks: Panic message diff --git a/tests/expected/panic/panic-2021/expected b/tests/expected/panic/panic-2021/expected index 72637a772604..92a9e47ad8ce 100644 --- a/tests/expected/panic/panic-2021/expected +++ b/tests/expected/panic/panic-2021/expected @@ -1,4 +1,4 @@ -Failed Checks: concat! ("Panic: {} code: ", 10), msg +Failed Checks: concat!("Panic: {} code: ", 10), msg Failed Checks: msg Failed Checks: explicit panic Failed Checks: Panic message