aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/names.out
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-09 21:47:04 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-09 21:47:04 +0000
commit9f3ccbf420eec91410dea100b217a60f7defa5f2 (patch)
tree7e218b44d609544e69ec6fe67ef5d5ae1d0e1c04 /test-suite/output/names.out
parent1eaebf4ab7616b2be16b957736e80f1d6100eae0 (diff)
Updating some output tests in test-suite:
InitSyntax, PrintInfos: consequence of r16467 which improved printing of sigT Notations2: consequence of r16470 on using notations while asked to print the body of an abbreviation Notations: fix from r16417 was incomplete (and by the way associated to a wrong commit message) names: related to commit r16205 which aligned "In environment" with the variables of the environment (maybe should it be better to still have "In environment" printed after "Error: " but I don't know how to do it with a forced newline). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16503 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/names.out')
-rw-r--r--test-suite/output/names.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/output/names.out b/test-suite/output/names.out
index 1f13619cb..ea7ce1266 100644
--- a/test-suite/output/names.out
+++ b/test-suite/output/names.out
@@ -1,5 +1,6 @@
The command has indeed failed with message:
-=> Error: In environment
+=> Error:
+ In environment
y : nat
The term "a y" has type "{y0 : nat | y = y0}"
while it is expected to have type "{x : nat | x = y}".