about summary refs log tree commit diff
diff options
context:
space:
mode:
authorouz-a <oguz.agcayazi@gmail.com>2021-12-14 01:19:10 +0300
committerouz-a <oguz.agcayazi@gmail.com>2021-12-14 01:19:10 +0300
commitb85762f436a2ef12e2a0a36ac3a61d680871b3cc (patch)
tree30186197bc848e9f389e60c20652b59950adf094
parentb6c80985bd5c63ebf5f720450c4208fabc20af73 (diff)
downloadrust-b85762f436a2ef12e2a0a36ac3a61d680871b3cc.tar.gz
rust-b85762f436a2ef12e2a0a36ac3a61d680871b3cc.zip
test should pass :sweat_smile:
-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) {}