Skip to content

Commit 6bffd73

Browse files
authored
Merge pull request #292 from DaniPopes/bless-1.82
Bless test output for 1.82
2 parents fb3c75b + ec85910 commit 6bffd73

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/integrations/basic-fail/Cargo.stdout

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Execute `DO NOT BLESS. These are meant to fail` to update `tests/actual_tests/ex
114114
+3 | fn main() {
115115
+ | - unclosed delimiter
116116
+4 |
117-
+ | ^
117+
+ | ^
118118
+
119119
+error: aborting due to 1 previous error
120120
+
@@ -127,7 +127,7 @@ error: this file contains an unclosed delimiter
127127
3 | fn main() {
128128
| - unclosed delimiter
129129
4 |
130-
| ^
130+
| ^
131131

132132
error: aborting due to 1 previous error
133133

@@ -1244,7 +1244,7 @@ Execute `DO NOT BLESS. These are meant to fail` to update `tests/actual_tests/ex
12441244
+3 | fn main() {
12451245
+ | - unclosed delimiter
12461246
+4 |
1247-
+ | ^
1247+
+ | ^
12481248
+
12491249
+error: aborting due to 1 previous error
12501250
+

tests/integrations/dep-fail/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integrations/dep-fail/Cargo.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ error: this file contains an unclosed delimiter
1818
--> src/lib.rs:LL:CC
1919
|
2020
1 | pub trait A {
21-
| - ^
21+
| -^
2222
| |
2323
| unclosed delimiter
2424

tests/integrations/ui_test_dep_bug/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)