aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorThéo Zimmermann2018-09-26 13:12:46 +0200
committerThéo Zimmermann2018-09-26 13:12:46 +0200
commit8292c485bde7911bf8a4d626faf9292ba0016e97 (patch)
tree7c405894abe205031c0b0d9c4410a13a1efe38a6 /test-suite/bugs
parentb7cd70b5732d43280fc646115cd8597f2e844f95 (diff)
parenta1f10626bed1db14ce116e9201ed05dadfc366b4 (diff)
Merge PR #8419: Remove romega in favor of lia
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/4717.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/bugs/closed/4717.v b/test-suite/bugs/closed/4717.v
index 1507fa4bf0..bd9bac37ef 100644
--- a/test-suite/bugs/closed/4717.v
+++ b/test-suite/bugs/closed/4717.v
@@ -19,8 +19,6 @@ Proof.
omega.
Qed.
-Require Import ZArith ROmega.
-
Open Scope Z_scope.
Definition Z' := Z.
@@ -32,6 +30,4 @@ Theorem Zle_not_eq_lt : forall n m,
Proof.
intros.
omega.
- Undo.
- romega.
Qed.