aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3626.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3626.v')
-rw-r--r--test-suite/bugs/opened/3626.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/bugs/opened/3626.v b/test-suite/bugs/opened/3626.v
index 02110919b..46a6c009e 100644
--- a/test-suite/bugs/opened/3626.v
+++ b/test-suite/bugs/opened/3626.v
@@ -2,6 +2,6 @@ Set Implicit Arguments.
Set Primitive Projections.
Record prod A B := pair { fst : A ; snd : B }.
-Goal forall x y : prod Set Set, x.(@fst) = y.(@fst).
- intros.
- apply f_equal.
+Fail Goal forall x y : prod Set Set, x.(@fst) = y.(@fst).
+(* intros.
+ apply f_equal. *)