aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-17 14:28:09 +0200
committerThéo Zimmermann2020-04-17 14:28:09 +0200
commit87f8c9fce73ebf8bc0b6cb53536bdb3861f09e41 (patch)
treefa052b1c397a8ff7a759c55d5eba26cd3b7e1d81 /test-suite/bugs
parentc1556952b34333b54cf0fc18c8a06e6549d38b25 (diff)
parentb7598d22d98e9ead0516068a9bf6ed37b6d13893 (diff)
Merge PR #11976: Deprecate the omega tactic
Reviewed-by: Zimmi48
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_1912.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/bug_1912.v b/test-suite/bugs/closed/bug_1912.v
index 987a541778..0228abbb9b 100644
--- a/test-suite/bugs/closed/bug_1912.v
+++ b/test-suite/bugs/closed/bug_1912.v
@@ -1,4 +1,4 @@
-Require Import ZArith.
+Require Import Omega.
Goal forall x, Z.succ (Z.pred x) = x.
intros x.