diff --git a/tests/integrations/basic-fail/Cargo.stdout b/tests/integrations/basic-fail/Cargo.stdout index 9cd779d1..19dd29b8 100644 --- a/tests/integrations/basic-fail/Cargo.stdout +++ b/tests/integrations/basic-fail/Cargo.stdout @@ -114,7 +114,7 @@ Execute `DO NOT BLESS. These are meant to fail` to update `tests/actual_tests/ex +3 | fn main() { + | - unclosed delimiter +4 | -+ | ^ ++ | ^ + +error: aborting due to 1 previous error + @@ -127,7 +127,7 @@ error: this file contains an unclosed delimiter 3 | fn main() { | - unclosed delimiter 4 | - | ^ + | ^ error: aborting due to 1 previous error @@ -1244,7 +1244,7 @@ Execute `DO NOT BLESS. These are meant to fail` to update `tests/actual_tests/ex +3 | fn main() { + | - unclosed delimiter +4 | -+ | ^ ++ | ^ + +error: aborting due to 1 previous error + diff --git a/tests/integrations/dep-fail/Cargo.lock b/tests/integrations/dep-fail/Cargo.lock index 8439c434..9a1b1598 100644 --- a/tests/integrations/dep-fail/Cargo.lock +++ b/tests/integrations/dep-fail/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "ui_test" -version = "0.27.0" +version = "0.27.1" dependencies = [ "annotate-snippets", "anyhow", diff --git a/tests/integrations/dep-fail/Cargo.stdout b/tests/integrations/dep-fail/Cargo.stdout index 370874ff..40aaad5f 100644 --- a/tests/integrations/dep-fail/Cargo.stdout +++ b/tests/integrations/dep-fail/Cargo.stdout @@ -18,7 +18,7 @@ error: this file contains an unclosed delimiter --> src/lib.rs:LL:CC | 1 | pub trait A { - | - ^ + | -^ | | | unclosed delimiter diff --git a/tests/integrations/ui_test_dep_bug/Cargo.lock b/tests/integrations/ui_test_dep_bug/Cargo.lock index 5ec27509..5f240acf 100644 --- a/tests/integrations/ui_test_dep_bug/Cargo.lock +++ b/tests/integrations/ui_test_dep_bug/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "ui_test" -version = "0.27.0" +version = "0.27.1" dependencies = [ "annotate-snippets", "anyhow",