about summary refs log tree commit diff
path: root/tests/ui/allocator/two-allocators2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/allocator/two-allocators2.rs')
-rw-r--r--tests/ui/allocator/two-allocators2.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/allocator/two-allocators2.rs b/tests/ui/allocator/two-allocators2.rs
index 6dfefe19c7f..b3bb4598c77 100644
--- a/tests/ui/allocator/two-allocators2.rs
+++ b/tests/ui/allocator/two-allocators2.rs
@@ -1,6 +1,6 @@
-// aux-build:system-allocator.rs
-// no-prefer-dynamic
-// error-pattern: the `#[global_allocator]` in
+//@ aux-build:system-allocator.rs
+//@ no-prefer-dynamic
+//@ error-pattern: the `#[global_allocator]` in
 
 extern crate system_allocator;