about summary refs log tree commit diff
path: root/tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs')
-rw-r--r--tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs b/tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs
index 89fef5b5ef9..eb4ecf24a30 100644
--- a/tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs
+++ b/tests/ui/specialization/defaultimpl/specialization-trait-item-not-implemented-rpass.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 // Tests that we can combine a default impl that supplies one method with a
 // full impl that supplies the other, and they can invoke one another.