about summary refs log tree commit diff
path: root/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/multidispatch-conditional-impl-not-considered.rs')
-rw-r--r--src/test/run-pass/multidispatch-conditional-impl-not-considered.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs b/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs
index 72aa9edd0f3..f845e198aa5 100644
--- a/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs
+++ b/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs
@@ -1,3 +1,4 @@
+// run-pass
 // Test that we correctly ignore the blanket impl
 // because (in this case) `T` does not impl `Clone`.
 //