Skip to content

Commit 9d4b1f9

Browse files
committed
Ignore the unchecked-shifts codegen test in debug-assertions builds
1 parent 3b16c04 commit 9d4b1f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/codegen/unchecked_shifts.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -O
22
// min-llvm-version: 15.0 (LLVM 13 in CI does this differently from submodule LLVM)
3+
// ignore-debug (because unchecked is checked in debug)
34

45
#![crate_type = "lib"]
56
#![feature(unchecked_math)]

0 commit comments

Comments
 (0)