diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-10-06 12:06:49 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-10-06 12:06:49 +0000 |
commit | 317700df92b77552dfe5709134e1a024cea97812 (patch) | |
tree | 30e0b13bd51d555799f36fa486b775382e62dff5 /test-suite/output | |
parent | c747fd4bc759d8f9bd9cbdd2735ec58922e220a7 (diff) |
test-suite: fix output/Existentials.out
The new output makes sense with the new "1 subgoal = 1 evar" paradigm
introduced with by the new proof engine.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13508 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output')
-rw-r--r-- | test-suite/output/Existentials.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test-suite/output/Existentials.out b/test-suite/output/Existentials.out index ca79ba697..d5ea4f52d 100644 --- a/test-suite/output/Existentials.out +++ b/test-suite/output/Existentials.out @@ -1 +1,3 @@ -Existential 1 = ?9 : [n : nat m : nat |- nat] +Existential 1 = ?17 : [q : nat n : nat m : nat |- n = ?16] +Existential 2 = ?16 : [n : nat m : nat |- nat] +Existential 3 = ?14 : [p : nat q := S p : nat n : nat m : nat |- ?16 = m] |