aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-11-07 15:20:53 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-11-24 18:03:56 +0100
commit1161ccf74578c3190d296dc37f39edecf28cf078 (patch)
tree852666e60de305821eb94cdeadb1923f45b87fed /test-suite/output
parente59d58b6db222332f7d7ad2adcb2b78c24fb351e (diff)
Printing again "intros **" as "intros" by default.
The rationale it that it is more common to do so and thus more "natural" (principle of writing less whenever possible).
Diffstat (limited to 'test-suite/output')
-rw-r--r--test-suite/output/ltac.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/ltac.out b/test-suite/output/ltac.out
index 7f3cdad6c..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.