about summary refs log tree commit diff
path: root/tests/ui/methods/method-projection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/methods/method-projection.rs')
-rw-r--r--tests/ui/methods/method-projection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/method-projection.rs b/tests/ui/methods/method-projection.rs
index 21d983f192a..1e1090d6955 100644
--- a/tests/ui/methods/method-projection.rs
+++ b/tests/ui/methods/method-projection.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // Test that we can use method notation to call methods based on a
 // projection bound from a trait. Issue #20469.