about summary refs log tree commit diff
path: root/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs')
-rw-r--r--tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs b/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs
index cd06423e3a5..a50535ab726 100644
--- a/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs
+++ b/tests/ui/alloc-error/alloc-error-handler-bad-signature-1.rs
@@ -1,4 +1,4 @@
-// compile-flags:-C panic=abort
+//@ compile-flags:-C panic=abort
 
 #![feature(alloc_error_handler)]
 #![no_std]