From 23326b4765b04cb13dd6c72f2103ff9bd6d44d7d Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Tue, 24 Jan 2023 09:40:16 +0100 Subject: Update `ui` test for trybuild 1.0.76 In the output of error messages was subtly changed, because they introduced a subdirectoy in their temp path. This PR fixes the mismatch between the expected and the actual output. --- testing/tests/ui/since_1.58/incorrect_path.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests') diff --git a/testing/tests/ui/since_1.58/incorrect_path.stderr b/testing/tests/ui/since_1.58/incorrect_path.stderr index 7581a91..05a1cb7 100644 --- a/testing/tests/ui/since_1.58/incorrect_path.stderr +++ b/testing/tests/ui/since_1.58/incorrect_path.stderr @@ -1,4 +1,4 @@ -error: template "thisdoesnotexist.html" not found in directories ["$WORKSPACE/target/tests/askama_testing/templates"] +error: template "thisdoesnotexist.html" not found in directories ["$WORKSPACE/target/tests/trybuild/askama_testing/templates"] --> tests/ui/since_1.58/incorrect_path.rs:3:10 | 3 | #[derive(Template)] -- cgit