ignore some codegen tests in debug mode
This commit is contained in:
parent
009c4a7efe
commit
6e8e18e3fc
@ -1,4 +1,5 @@
|
|||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
|
// ignore-debug: the debug assertions get in the way
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
|
// ignore-debug: the debug assertions get in the way
|
||||||
|
|
||||||
#![crate_type="rlib"]
|
#![crate_type="rlib"]
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
// only-x86_64
|
// only-x86_64
|
||||||
|
// ignore-debug: the debug assertions get in the way
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user