about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/binop/binary-op-on-fn-ptr-eq.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/binop/binary-op-on-fn-ptr-eq.rs b/src/test/ui/binop/binary-op-on-fn-ptr-eq.rs
index 188a27a1dcd..8e20640b58d 100644
--- a/src/test/ui/binop/binary-op-on-fn-ptr-eq.rs
+++ b/src/test/ui/binop/binary-op-on-fn-ptr-eq.rs
@@ -1,3 +1,4 @@
+// run-pass
 // Tests equality between supertype and subtype of a function
 // See the issue #91636
 fn foo(_a: &str) {}