about summary refs log tree commit diff
path: root/tests/ui/methods/method-where-clause.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/methods/method-where-clause.rs')
-rw-r--r--tests/ui/methods/method-where-clause.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/method-where-clause.rs b/tests/ui/methods/method-where-clause.rs
index 01692abf9b6..c9855b63d1a 100644
--- a/tests/ui/methods/method-where-clause.rs
+++ b/tests/ui/methods/method-where-clause.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // Test that we can use method notation to call methods based on a
 // where clause type, and not only type parameters.