diff options
author | René Kijewski <rene.kijewski@fu-berlin.de> | 2023-01-24 09:40:16 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-01-24 09:55:54 +0100 |
commit | 23326b4765b04cb13dd6c72f2103ff9bd6d44d7d (patch) | |
tree | 13b8ccf4edf7b5b72f9e3d1ee5c8a4442e6619a1 /testing | |
parent | 521964e12e7d4f0381c7d8d2c5ca1911c12a5466 (diff) | |
download | askama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.tar.gz askama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.tar.bz2 askama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.zip |
Update `ui` test for trybuild 1.0.76
In <https://github.com/dtolnay/trybuild/pull/219> 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.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Cargo.toml | 2 | ||||
-rw-r--r-- | testing/tests/ui/since_1.58/incorrect_path.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 3e550af..cd7d686 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -18,7 +18,7 @@ serde_json = { version = "1.0", optional = true } [dev-dependencies] criterion = "0.4" -trybuild = "1.0.55" +trybuild = "1.0.76" version_check = "0.9" [[bench]] 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)] |