about summary refs log tree commit diff
path: root/tests/ui/traits/bound/impl-comparison-duplicates.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/bound/impl-comparison-duplicates.rs')
-rw-r--r--tests/ui/traits/bound/impl-comparison-duplicates.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/bound/impl-comparison-duplicates.rs b/tests/ui/traits/bound/impl-comparison-duplicates.rs
index de6c2afa2bb..a59662c2797 100644
--- a/tests/ui/traits/bound/impl-comparison-duplicates.rs
+++ b/tests/ui/traits/bound/impl-comparison-duplicates.rs
@@ -1,4 +1,4 @@
-// run-pass
+// check-pass
 // Tests that type parameter bounds on an implementation need not match the
 // trait exactly, as long as the implementation doesn't demand *more* bounds
 // than the trait.