mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
test: Prevent run-fail/too-much-recursion from being optimized to nothing
This commit is contained in:
parent
b17145b4ae
commit
5b3740508a
@ -3,5 +3,6 @@
|
||||
// Test that the task fails after hiting the recursion limit
|
||||
|
||||
fn main() {
|
||||
log(debug, "don't optimize me out");
|
||||
main();
|
||||
}
|
Loading…
Reference in New Issue
Block a user