aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorpboutill2012-06-12 13:10:20 +0000
committerpboutill2012-06-12 13:10:20 +0000
commit28ebb9d82d983e737aaf77034f1a7c4a2719396b (patch)
tree1410aef178cff5d9d4f8988e78ea47caabdd1a17 /test-suite
parent25e9d8a825e1adc262246ae566c33efe49e8a72a (diff)
Fixing test-suite after last storm in Pp.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15433 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/Nametab.out10
-rw-r--r--test-suite/output/SearchPattern.out2
2 files changed, 7 insertions, 5 deletions
diff --git a/test-suite/output/Nametab.out b/test-suite/output/Nametab.out
index b1883ec060..1292123b19 100644
--- a/test-suite/output/Nametab.out
+++ b/test-suite/output/Nametab.out
@@ -7,11 +7,11 @@ Constant Top.Q.N.K.foo
Constant Top.Q.N.K.foo
Constant Top.Q.N.K.foo
(shorter name to refer to it in current context is Q.N.K.foo)
-No module is referred to by basename K
-No module is referred to by name N.K
+Error: No module is referred to by basename K
+Error: No module is referred to by name N.K
Module Top.Q.N.K
Module Top.Q.N.K
-No module is referred to by basename N
+Error: No module is referred to by basename N
Module Top.Q.N
Module Top.Q.N
Module Top.Q
@@ -26,10 +26,10 @@ Constant Top.Q.N.K.foo
Constant Top.Q.N.K.foo
(shorter name to refer to it in current context is K.foo)
Module Top.Q.N.K
-No module is referred to by name N.K
+Error: No module is referred to by name N.K
Module Top.Q.N.K
Module Top.Q.N.K
-No module is referred to by basename N
+Error: No module is referred to by basename N
Module Top.Q.N
Module Top.Q.N
Module Top.Q
diff --git a/test-suite/output/SearchPattern.out b/test-suite/output/SearchPattern.out
index 9106a4e368..d546f84daa 100644
--- a/test-suite/output/SearchPattern.out
+++ b/test-suite/output/SearchPattern.out
@@ -14,6 +14,7 @@ minus: nat -> nat -> nat
min: nat -> nat -> nat
max: nat -> nat -> nat
length: forall A : Type, list A -> nat
+
S: nat -> nat
pred: nat -> nat
plus: nat -> nat -> nat
@@ -28,3 +29,4 @@ eq_refl: forall (A : Type) (x : A), x = x
iff_refl: forall A : Prop, A <-> A
pair: forall A B : Type, A -> B -> A * B
conj: forall A B : Prop, A -> B -> A /\ B
+