diff options
| author | Hugo Herbelin | 2015-11-07 23:06:14 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2015-11-07 23:06:42 +0100 |
| commit | 9e0cabdaf2055a9bef075d122260a96bb51df2aa (patch) | |
| tree | b63da807c6e6720bad023285c1718b6d09b6a712 /test-suite/output/Existentials.out | |
| parent | eec77191b33bbca4c9d8b1b92b0c622ef430a3a8 (diff) | |
Fixing output test Existentials.v after eec77191b.
Diffstat (limited to 'test-suite/output/Existentials.out')
| -rw-r--r-- | test-suite/output/Existentials.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/Existentials.out b/test-suite/output/Existentials.out index 483a9ea792..52e1e0ed01 100644 --- a/test-suite/output/Existentials.out +++ b/test-suite/output/Existentials.out @@ -1,5 +1,5 @@ Existential 1 = -?Goal0 : [p : nat q := S p : nat n : nat m : nat |- ?y = m] +?Goal1 : [p : nat q := S p : nat n : nat m : nat |- ?y = m] Existential 2 = ?y : [p : nat q := S p : nat n : nat m : nat |- nat] (p, q cannot be used) -Existential 3 = ?e : [q : nat n : nat m : nat |- n = ?y] +Existential 3 = ?Goal0 : [q : nat n : nat m : nat |- n = ?y] |
