aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar Amin Timany <amintimany@gmail.com>2017-04-28 11:12:26 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-06-16 04:51:16 +0200
commit9903b47cdccc2fe98a905ab085cb24ca36de1aed (patch)
tree37249aac01e0dcdb8c3c9c9e6c65391f5ee6804f /test-suite/bugs
parent9468e4b49bd2f397b5e1bd2b7994cc84929fb6ac (diff)
Disable debug printing
Fix a mistake in record declaration
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/3330.v6
1 files changed, 2 insertions, 4 deletions
diff --git a/test-suite/bugs/closed/3330.v b/test-suite/bugs/closed/3330.v
index a497e7a98..672fb3f13 100644
--- a/test-suite/bugs/closed/3330.v
+++ b/test-suite/bugs/closed/3330.v
@@ -1072,10 +1072,8 @@ Section Adjunction.
Variable F : Functor C D.
Variable G : Functor D C.
-(* Let Adjunction_Type :=
- Eval simpl in (hom_functor D) o (F^op, 1) <~=~> (hom_functor C) o (1, G).*)
-
- Set Printing All. Set Printing Universes.
+ Let Adjunction_Type :=
+ Eval simpl in (hom_functor D) o (F^op, 1) <~=~> (hom_functor C) o (1, G).
Record AdjunctionHom :=
{