Skip to content

Commit d050e32

Browse files
committed
Update fixed file also
1 parent 80cfbd0 commit d050e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/xor_used_as_pow.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn main() {
2626
let _ = 10 ^ 0;
2727
{
2828
let x = 15;
29-
let _ = 1_u32 << 15;
29+
let _ = 1 << x;
3030
let _ = 10 ^ x;
3131
}
3232
}

0 commit comments

Comments
 (0)