about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEllen <supbscripter@gmail.com>2021-09-07 14:27:07 +0100
committerEllen <supbscripter@gmail.com>2021-09-09 01:32:03 +0100
commitfd9bb30ab8fc65da735272f9cfd55d1368da9069 (patch)
tree600386b356327d9aa1387f62c71d213743d5f732
parentcd2915eddb446df2d89922d3b68080d091dc247e (diff)
downloadrust-fd9bb30ab8fc65da735272f9cfd55d1368da9069.tar.gz
rust-fd9bb30ab8fc65da735272f9cfd55d1368da9069.zip
CI please
-rw-r--r--src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs b/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs
index abbeb2c928e..bb054bec6b6 100644
--- a/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs
+++ b/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs
@@ -1,3 +1,4 @@
+// check-pass
 #![feature(generic_const_exprs, adt_const_params, const_trait_impl)]
 #![allow(incomplete_features)]