Skip to content

Commit

Permalink
disable test_open_terms.v (broken on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Dec 1, 2024
1 parent a48378d commit 6565e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_open_terms.v
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Open Scope Z_scope. (* Otherwise ring fails. *)
but they all have to be fillable with bound variables where the binding
happens in the goal, in a nested fashion. *)

(*
(* This test illustrates the case where there is no unknown. *)
Goal forall x, x = 1 -> 2 = x + 1.
intros x x1.
Expand Down Expand Up @@ -409,4 +410,5 @@ repl (x0 + (y + 0)) (x0 + y); cycle 1.
now apply map_ext_in; intros a _; ring.
Qed.
End sandbox.
End sandbox.
*)

0 comments on commit 6565e29

Please sign in to comment.