summaryrefslogtreecommitdiff
path: root/test-suite/failure/Tauto.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/Tauto.v')
-rw-r--r--test-suite/failure/Tauto.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/failure/Tauto.v b/test-suite/failure/Tauto.v
index fb9a27bb..cda2d51e 100644
--- a/test-suite/failure/Tauto.v
+++ b/test-suite/failure/Tauto.v
@@ -15,6 +15,6 @@
Simplifications of goals, based on LJT calcul ****)
(* Fails because Tauto does not perform any Apply *)
-Goal ((A:Prop)A\/~A)->(x,y:nat)(x=y\/~x=y).
+Goal (forall A : Prop, A \/ ~ A) -> forall x y : nat, x = y \/ x <> y.
Proof.
- Tauto.
+ tauto.