about summary refs log tree commit diff
path: root/tests/ui/regions/regions-trait-object-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/regions/regions-trait-object-1.rs')
-rw-r--r--tests/ui/regions/regions-trait-object-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/regions-trait-object-1.rs b/tests/ui/regions/regions-trait-object-1.rs
index e2520d97890..30932239d8a 100644
--- a/tests/ui/regions/regions-trait-object-1.rs
+++ b/tests/ui/regions/regions-trait-object-1.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // This is a regression test for something that only came up while
 // attempting to bootstrap librustc_ast; it is adapted from
 // `rustc_ast::ext::tt::generic_extension`.