ignore some codegen tests in debug mode

This commit is contained in:
Ralf Jung 2019-06-25 09:40:50 +02:00
parent 009c4a7efe
commit 6e8e18e3fc
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// compile-flags: -O
// ignore-debug: the debug assertions get in the way
#![crate_type = "lib"]

View File

@ -1,4 +1,5 @@
// compile-flags: -O
// ignore-debug: the debug assertions get in the way
#![crate_type="rlib"]

View File

@ -1,5 +1,6 @@
// compile-flags: -O
// only-x86_64
// ignore-debug: the debug assertions get in the way
#![crate_type = "lib"]