about summary refs log tree commit diff
path: root/tests/codegen-units/item-collection/tuple-drop-glue.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-12-05 12:51:19 -0500
committerBen Kimock <kimockb@gmail.com>2025-01-27 23:48:47 -0500
commitbf9df97660f2360bff4acf5231c5396eeaf1d3db (patch)
treeaa65e88696016d9ed9f42555e7781f0cebbcfad0 /tests/codegen-units/item-collection/tuple-drop-glue.rs
parented43cbcb882e7c06870abdd9305dc1f17eb9bab9 (diff)
downloadrust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.tar.gz
rust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.zip
Remove -Zinline-in-all-cgus and clean up CGU partitioning tests
Diffstat (limited to 'tests/codegen-units/item-collection/tuple-drop-glue.rs')
-rw-r--r--tests/codegen-units/item-collection/tuple-drop-glue.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codegen-units/item-collection/tuple-drop-glue.rs b/tests/codegen-units/item-collection/tuple-drop-glue.rs
index 2e70d0151eb..5e97fbb4336 100644
--- a/tests/codegen-units/item-collection/tuple-drop-glue.rs
+++ b/tests/codegen-units/item-collection/tuple-drop-glue.rs
@@ -1,6 +1,5 @@
-//
 //@ compile-flags:-Zprint-mono-items=eager
-//@ compile-flags:-Zinline-in-all-cgus
+//@ compile-flags: -O
 
 #![deny(dead_code)]
 #![crate_type = "lib"]