Skip to content

Commit 6e8e18e

Browse files
committed
ignore some codegen tests in debug mode
1 parent 009c4a7 commit 6e8e18e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/test/codegen/issue-45222.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// compile-flags: -O
2+
// ignore-debug: the debug assertions get in the way
23

34
#![crate_type = "lib"]
45

src/test/codegen/issue-45466.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// compile-flags: -O
2+
// ignore-debug: the debug assertions get in the way
23

34
#![crate_type="rlib"]
45

src/test/codegen/swap-small-types.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 get in the way
34

45
#![crate_type = "lib"]
56

0 commit comments

Comments
 (0)