Skip to content

Commit

Permalink
Small changes to tests after toolchain upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Jun 28, 2023
1 parent 07bbcbf commit 37a6acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/ui/Property-Class-UI/arithmetic_overflow/expected
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
core::num::<impl u8>::unchecked_mul.arithmetic_overflow.1\
Status: SUCCESS
Description: "attempt to compute unchecked_mul which would overflow"
Description: "attempt to compute `unchecked_mul` which would overflow"

core::num::<impl u8>::unchecked_add.arithmetic_overflow.1\
Status: SUCCESS
Description: "attempt to compute unchecked_add which would overflow"
Description: "attempt to compute `unchecked_add` which would overflow"

core::num::<impl u8>::unchecked_sub.arithmetic_overflow.1\
Status: SUCCESS
Description: "attempt to compute unchecked_sub which would overflow"
Description: "attempt to compute `unchecked_sub` which would overflow"
2 changes: 1 addition & 1 deletion tests/ui/code-location/expected
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module/mod.rs:10:5 in function module::not_empty
main.rs:13:5 in function same_file
/toolchains/
alloc/src/vec/mod.rs:3018:81 in function <std::vec::Vec<i32> as std::ops::Drop>::drop
alloc/src/vec/mod.rs:3007:81 in function <std::vec::Vec<i32> as std::ops::Drop>::drop

VERIFICATION:- SUCCESSFUL

0 comments on commit 37a6acc

Please sign in to comment.