Skip to content

Commit

Permalink
Ignore the unchecked-shifts codegen test in debug-assertions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Nov 16, 2022
1 parent 3b16c04 commit 9d4b1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/codegen/unchecked_shifts.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// compile-flags: -O
// min-llvm-version: 15.0 (LLVM 13 in CI does this differently from submodule LLVM)
// ignore-debug (because unchecked is checked in debug)

#![crate_type = "lib"]
#![feature(unchecked_math)]
Expand Down

0 comments on commit 9d4b1f9

Please sign in to comment.