summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSon Ho2022-11-14 09:33:19 +0100
committerSon HO2022-11-14 14:21:04 +0100
commit6eab7f1d8eeb7826d44c6bbacf24935965c8f7da (patch)
tree4001598b41555cfa0baf811a1cf88822a52bf640 /tests
parent1af63cade04325eb32a62ca23125eea75810822f (diff)
Reactivate the option -test-trans-unis for Coq
Diffstat (limited to '')
-rw-r--r--tests/coq/misc/External__Funs.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/coq/misc/External__Funs.v b/tests/coq/misc/External__Funs.v
index e8ecfab8..cd03ae3d 100644
--- a/tests/coq/misc/External__Funs.v
+++ b/tests/coq/misc/External__Funs.v
@@ -54,6 +54,9 @@ Definition test_vec_fwd : result unit :=
Return tt
.
+(** Unit test for [external::test_vec] *)
+Check (test_vec_fwd )%return.
+
(** [external::custom_swap] *)
Definition custom_swap_fwd
(T : Type) (x : T) (y : T) (st : state) : result (state * T) :=