aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4416.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-07 08:41:21 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-07 08:41:21 +0100
commite6edb3319c850cc7e30e5c31b0bfbf16c5c1a32c (patch)
tree015ca794c20b15fe083ff54afbc87322e8fa0443 /test-suite/bugs/closed/4416.v
parentbe11ab322fa73804118738e7a08e9910fdf4600d (diff)
More explicit name for status of unification constraints.
Diffstat (limited to 'test-suite/bugs/closed/4416.v')
-rw-r--r--test-suite/bugs/closed/4416.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4416.v b/test-suite/bugs/closed/4416.v
index afe8c62ed..3189685ec 100644
--- a/test-suite/bugs/closed/4416.v
+++ b/test-suite/bugs/closed/4416.v
@@ -1,4 +1,4 @@
Goal exists x, x.
-Unset Use Unification Heuristics.
+Unset Solve Unification Constraints.
unshelve refine (ex_intro _ _ _); match goal with _ => refine (_ _) end.
(* Error: Incorrect number of goals (expected 2 tactics). *) \ No newline at end of file