aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/success/Tauto.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-suite/success/Tauto.v b/test-suite/success/Tauto.v
index f751d52bf0..bbc67f6696 100644
--- a/test-suite/success/Tauto.v
+++ b/test-suite/success/Tauto.v
@@ -181,10 +181,10 @@ Save.
(* A bug found by Freek Wiedijk <freek@cs.kun.nl> *)
Lemma new_bug:
-Goal ((A<->B)->(B<->C)) ->
- ((B<->C)->(C<->A)) ->
- ((C<->A)->(A<->B)) ->
- (A<->B).
+ ((A<->B)->(B<->C)) ->
+ ((B<->C)->(C<->A)) ->
+ ((C<->A)->(A<->B)) ->
+ (A<->B).
Proof.
Tauto.
Save.