Skip to content

Commit f541dd1

Browse files
committed
Don't run the codegen test when debug_assert is enabled
1 parent 71f5cfb commit f541dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/codegen/slice-reverse.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -O
22
// only-x86_64
3+
// ignore-debug: the debug assertions in from_raw_parts get in the way
34

45
#![crate_type = "lib"]
56

0 commit comments

Comments
 (0)