aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3428.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-08-13 18:22:20 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-08-13 18:22:59 +0200
commit6346bee2ad3cecf1b8da1e8cab04b524e72bc45b (patch)
tree8375a1be59349459358496685f44936b9c6ac2a0 /test-suite/bugs/closed/3428.v
parent57c726d52bd47874ec22c9b816aae11f8be366d8 (diff)
Fix test-suite files according to new parsing rule for application of primitive
projections.
Diffstat (limited to 'test-suite/bugs/closed/3428.v')
-rw-r--r--test-suite/bugs/closed/3428.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3428.v b/test-suite/bugs/closed/3428.v
index 177cdb4f8..3eb75e43a 100644
--- a/test-suite/bugs/closed/3428.v
+++ b/test-suite/bugs/closed/3428.v
@@ -1,5 +1,6 @@
(* File reduced by coq-bug-finder from original input, then from 2809 lines to 39 lines *)
Set Primitive Projections.
+Set Implicit Arguments.
Module Export foo.
Record prod (A B : Type) := pair { fst : A ; snd : B }.
End foo.