aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-05 12:13:06 +0000
committerGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-05 12:13:06 +0000
commit9d118318b1d0f664c1ccbcac06c8c279c3b8558d (patch)
tree59d578f37b636143d50029bcff6045c876aacbec /test-suite
parent239e24b749014df5fbd83663ba4e865ab8e81db0 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2839 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-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 f751d52bf..bbc67f669 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.