diff options
Diffstat (limited to 'tests/ui/lto/auxiliary/thinlto-dylib.rs')
| -rw-r--r-- | tests/ui/lto/auxiliary/thinlto-dylib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lto/auxiliary/thinlto-dylib.rs b/tests/ui/lto/auxiliary/thinlto-dylib.rs index 9d17c35dafc..716ec2ed980 100644 --- a/tests/ui/lto/auxiliary/thinlto-dylib.rs +++ b/tests/ui/lto/auxiliary/thinlto-dylib.rs @@ -4,7 +4,7 @@ // This simulates the `rustc_driver` crate, and the main crate simulates rustc's main binary hooking // into this driver. -// compile-flags: -Zdylib-lto -C lto=thin +//@ compile-flags: -Zdylib-lto -C lto=thin use std::panic; |
