aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-08 10:17:20 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-08 10:17:20 +0100
commit6d34fbc12186390da382819f06857c6e2d5d9cd1 (patch)
tree1cfe9995b90eb1bbe68a30bcec1d56d9c0b80e5e /test-suite
parentf96262f9c56c0ce164e316c916b76bf0bdbae731 (diff)
parent9113815578286d1d887df48f4f03870d2d8a128c (diff)
Merge PR #6158: Allows a level in the raw and glob printers
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/ltac.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/ltac.out b/test-suite/output/ltac.out
index c5d58ec1e..eb9f57102 100644
--- a/test-suite/output/ltac.out
+++ b/test-suite/output/ltac.out
@@ -1,7 +1,7 @@
The command has indeed failed with message:
Ltac variable y depends on pattern variable name z which is not bound in current context.
Ltac f x y z :=
- symmetry in x, y; auto with z; auto; intros **; clearbody x; generalize
+ symmetry in x, y; auto with z; auto; intros; clearbody x; generalize
dependent z
The command has indeed failed with message:
In nested Ltac calls to "g1" and "refine (uconstr)", last call failed.
@@ -32,7 +32,7 @@ nat
0
0
Ltac foo :=
- let x := intros ** in
+ let x := intros in
let y := intros -> in
let v := constr:(nil) in
let w := () in