aboutsummaryrefslogtreecommitdiff
path: root/test-suite/complexity/pattern.v
diff options
context:
space:
mode:
authorJason Gross2019-11-26 13:27:56 -0500
committerGitHub2019-11-26 13:27:56 -0500
commit73bb54d1625ae6eafdb9eb7f2c673fb039150fdb (patch)
treee84fd963628e6c1f6f3500eeefbda4c56ed17f16 /test-suite/complexity/pattern.v
parentf269ffd88b6a725d8f8f6a7bf1e91799b361a31f (diff)
Update test-suite/complexity/pattern.v
Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com>
Diffstat (limited to 'test-suite/complexity/pattern.v')
-rw-r--r--test-suite/complexity/pattern.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/pattern.v b/test-suite/complexity/pattern.v
index 14e388cd75..fb5bf5a00b 100644
--- a/test-suite/complexity/pattern.v
+++ b/test-suite/complexity/pattern.v
@@ -24,7 +24,7 @@ Ltac do_time_to n :=
| ?n' => do_time_to (Nat.div2 n'); idtac n'; do_time n'
end.
-Local Set Warnings Append "-abstract-large-number".
+Local Set Warnings "-abstract-large-number".
(* Don't spend lots of time printing *)
Notation hide := (_ = _).