about summary refs log tree commit diff
path: root/tests/ui/allocator/custom-in-block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/allocator/custom-in-block.rs')
-rw-r--r--tests/ui/allocator/custom-in-block.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/allocator/custom-in-block.rs b/tests/ui/allocator/custom-in-block.rs
index 12813a1fc8b..4a8501aa3d2 100644
--- a/tests/ui/allocator/custom-in-block.rs
+++ b/tests/ui/allocator/custom-in-block.rs
@@ -1,7 +1,7 @@
-// run-pass
-// no-prefer-dynamic
-// aux-build:custom.rs
-// aux-build:helper.rs
+//@ run-pass
+//@ no-prefer-dynamic
+//@ aux-build:custom.rs
+//@ aux-build:helper.rs
 
 extern crate custom;
 extern crate helper;