Skip to content

Commit

Permalink
Remove brittle test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Jun 1, 2023
1 parent b90e165 commit 1ad3780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
41 changes: 0 additions & 41 deletions tests/mir-opt/pre-codegen/checked_ops.ilog2.PreCodegen.after.mir

This file was deleted.

5 changes: 0 additions & 5 deletions tests/mir-opt/pre-codegen/checked_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ pub fn step_forward(x: u32, n: usize) -> u32 {
pub fn checked_shl(x: u32, rhs: u32) -> Option<u32> {
x.checked_shl(rhs)
}

// EMIT_MIR checked_ops.ilog2.PreCodegen.after.mir
pub fn ilog2(x: u32) -> u32 {
x.ilog2()
}

0 comments on commit 1ad3780

Please sign in to comment.