Skip to content

Commit

Permalink
Merge pull request #292 from DaniPopes/bless-1.82
Browse files Browse the repository at this point in the history
Bless test output for 1.82
  • Loading branch information
oli-obk authored Oct 31, 2024
2 parents fb3c75b + ec85910 commit 6bffd73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/integrations/basic-fail/Cargo.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -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
+
Expand All @@ -127,7 +127,7 @@ error: this file contains an unclosed delimiter
3 | fn main() {
| - unclosed delimiter
4 |
| ^
| ^

error: aborting due to 1 previous error

Expand Down Expand Up @@ -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
+
Expand Down
2 changes: 1 addition & 1 deletion tests/integrations/dep-fail/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integrations/dep-fail/Cargo.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ error: this file contains an unclosed delimiter
--> src/lib.rs:LL:CC
|
1 | pub trait A {
| - ^
| -^
| |
| unclosed delimiter

Expand Down
2 changes: 1 addition & 1 deletion tests/integrations/ui_test_dep_bug/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bffd73

Please sign in to comment.