aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-28 12:42:10 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-28 12:42:10 +0200
commit3e98d3e4941f5098d743dffa8a032fd623a6a030 (patch)
treeddfebc530ee37fce10f0cd6782c4504d9c20d486 /test-suite
parent40dbf1e0d8824fba357632addcdce434edc8b247 (diff)
parentcb5f55380875bb3029b051eb3acfbb912d83454b (diff)
Merge remote-tracking branch 'github/pr/319' into v8.6
Was PR#319: More error tagging, try to fix bug 5135
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/.csdp.cachebin89077 -> 89077 bytes
-rw-r--r--test-suite/output/ltac.out3
2 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/.csdp.cache b/test-suite/.csdp.cache
index b99d80e95..ba85286dd 100644
--- a/test-suite/.csdp.cache
+++ b/test-suite/.csdp.cache
Binary files differ
diff --git a/test-suite/output/ltac.out b/test-suite/output/ltac.out
index a7bde5ea3..1ff09e3af 100644
--- a/test-suite/output/ltac.out
+++ b/test-suite/output/ltac.out
@@ -1,5 +1,6 @@
The command has indeed failed with message:
-Error: Ltac variable y depends on pattern variable name z which is not bound in current context.
+Error:
+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
dependent z