Update failing test

This commit is contained in:
flip1995 2020-05-11 21:40:33 +02:00
parent 505280b108
commit eec17d2c21
No known key found for this signature in database
GPG Key ID: 693086869D506637
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ fn main() {
// Lint
u_16 = u_16.saturating_sub(1);
let mut end_32: u32 = 7000;
let mut start_32: u32 = 7010;
let mut end_32: u32 = 7010;
let mut start_32: u32 = 7000;
let mut u_32: u32 = end_32 - start_32;

View File

@ -35,8 +35,8 @@ fn main() {
u_16 -= 1;
}
let mut end_32: u32 = 7000;
let mut start_32: u32 = 7010;
let mut end_32: u32 = 7010;
let mut start_32: u32 = 7000;
let mut u_32: u32 = end_32 - start_32;