Ignore the unchecked-shifts codegen test in debug-assertions builds

This commit is contained in:
Scott McMurray 2022-11-16 15:58:43 -08:00
parent 3b16c04676
commit 9d4b1f98e6

View File

@ -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)]