aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3043.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3043.v')
-rw-r--r--test-suite/bugs/closed/3043.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3043.v b/test-suite/bugs/closed/3043.v
index 12885987f..70c93ab1f 100644
--- a/test-suite/bugs/closed/3043.v
+++ b/test-suite/bugs/closed/3043.v
@@ -1,3 +1,4 @@
-Goal (fun A (P : A -> Prop) (X : sigT P) => proj1_sig X) = (fun A (P : A -> Prop) (X : sigT P) => projT1 X).
+Goal (fun A (P : A -> Prop)
+ (X : sigT P) => proj1_sig (sig_of_sigT X)) = (fun A (P : A -> Prop) (X : sigT P) => projT1 X).
reflexivity.
Qed.