aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorJason Gross2018-12-04 11:31:39 -0500
committerJason Gross2019-01-24 14:29:03 -0500
commit4d3ecf1acd584200fe4299b8d12104c7acc33579 (patch)
tree8c29f94b44247d50f16dfa9ee8469c5da362b748 /test-suite
parent20fc76a75c13f61d467834414e97776477ec203c (diff)
Revert "Add subst to the end of nia in the test-suite"
This reverts commit b49f4e966443a76ac70d37c4cde68f94de164c01. It turns out the 4x was due to .nia.cache (because I didn't clean sufficiently in testing), not due to `subst`.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/Nia.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/Nia.v b/test-suite/success/Nia.v
index c157173b77..6cb645d9eb 100644
--- a/test-suite/success/Nia.v
+++ b/test-suite/success/Nia.v
@@ -4,7 +4,7 @@ Open Scope Z_scope.
(** Add [Z.div_mod_to_quot_rem] to the end of [zify], just for this
file. *)
-Ltac zify ::= repeat (zify_nat; zify_positive; zify_N); zify_op; Z.div_mod_to_quot_rem; subst.
+Ltac zify ::= repeat (zify_nat; zify_positive; zify_N); zify_op; Z.div_mod_to_quot_rem.
Lemma Z_zerop_or x : x = 0 \/ x <> 0. Proof. nia. Qed.
Lemma Z_eq_dec_or (x y : Z) : x = y \/ x <> y. Proof. nia. Qed.