aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/2378.v
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-03 01:59:59 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-03 07:17:13 +0100
commit34babfdb5f45a04e89f671a21cc632ad127a26d4 (patch)
tree2b6437cee50caecc2321bbeaa8ae795151b349a1 /test-suite/bugs/closed/2378.v
parentdf9d3a36e71d6d224286811fdc529ad5a955deb7 (diff)
[compat] Remove "Standard Proposition Elimination"
Following up on #6791, we remove the option "Standard Proposition Elimination"
Diffstat (limited to 'test-suite/bugs/closed/2378.v')
-rw-r--r--test-suite/bugs/closed/2378.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/2378.v b/test-suite/bugs/closed/2378.v
index 85ad41d1c..23a58501f 100644
--- a/test-suite/bugs/closed/2378.v
+++ b/test-suite/bugs/closed/2378.v
@@ -505,8 +505,6 @@ Qed.
Require Export Coq.Logic.FunctionalExtensionality.
Print PLanguage.
-Unset Standard Proposition Elimination Names.
-
Program Definition PTransfo l1 l2 (tr: Transformation l1 l2) (h: isSharedTransfo l1 l2 tr):
Transformation (PLanguage l1) (PLanguage l2) :=
mkTransformation (PLanguage l1) (PLanguage l2)