about summary refs log tree commit diff
path: root/tests/ui/drop/recursion-check-on-erroneous-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/drop/recursion-check-on-erroneous-impl.rs')
-rw-r--r--tests/ui/drop/recursion-check-on-erroneous-impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/drop/recursion-check-on-erroneous-impl.rs b/tests/ui/drop/recursion-check-on-erroneous-impl.rs
index 733c8b0b085..83dd18a406a 100644
--- a/tests/ui/drop/recursion-check-on-erroneous-impl.rs
+++ b/tests/ui/drop/recursion-check-on-erroneous-impl.rs
@@ -1,6 +1,6 @@
 // can't use build-fail, because this also fails check-fail, but
 // the ICE from #120787 only reproduces on build-fail.
-// compile-flags: --emit=mir
+//@ compile-flags: --emit=mir
 
 struct PrintOnDrop<'a>(&'a str);