Ignore the unchecked-shifts codegen test in debug-assertions builds
This commit is contained in:
parent
3b16c04676
commit
9d4b1f98e6
@ -1,5 +1,6 @@
|
|||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
// min-llvm-version: 15.0 (LLVM 13 in CI does this differently from submodule LLVM)
|
// 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"]
|
#![crate_type = "lib"]
|
||||||
#![feature(unchecked_math)]
|
#![feature(unchecked_math)]
|
||||||
|
Loading…
Reference in New Issue
Block a user