aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3647.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/3647.v
parentbe11ab322fa73804118738e7a08e9910fdf4600d (diff)
More explicit name for status of unification constraints.
Diffstat (limited to 'test-suite/bugs/closed/3647.v')
-rw-r--r--test-suite/bugs/closed/3647.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3647.v b/test-suite/bugs/closed/3647.v
index f2cd41203..f5a22bd50 100644
--- a/test-suite/bugs/closed/3647.v
+++ b/test-suite/bugs/closed/3647.v
@@ -651,4 +651,4 @@ Goal forall (ptest : program) (cond : Condition) (value : bool)
Grab Existential Variables.
subst_body; simpl.
Fail refine (all_behead (projT2 _)).
- Unset Use Unification Heuristics. refine (all_behead (projT2 _)).
+ Unset Solve Unification Constraints. refine (all_behead (projT2 _)).