aboutsummaryrefslogtreecommitdiffhomepage
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.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/Tauto.v b/test-suite/failure/Tauto.v
index cbe7473c0..80951b82a 100644
--- a/test-suite/failure/Tauto.v
+++ b/test-suite/failure/Tauto.v
@@ -17,4 +17,4 @@
(* Fails because Tauto does not perform any Apply *)
Goal (forall A : Prop, A \/ ~ A) -> forall x y : nat, x = y \/ x <> y.
Proof.
- tauto.
+ Fail tauto.