[commit: testsuite] master: Commit missing stderr file (48aef6b)
Simon Peyton Jones <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/48aef6bb20fa13e911932e657828ec3e812ee045 >--------------------------------------------------------------- commit 48aef6bb20fa13e911932e657828ec3e812ee045 Author: Simon Peyton Jones <[email protected]> Date: Mon Oct 8 09:42:00 2012 +0100 Commit missing stderr file >--------------------------------------------------------------- tests/gadt/T7293.stderr | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/tests/gadt/T7293.stderr b/tests/gadt/T7293.stderr index 0519ecb..61cdc25 100644 --- a/tests/gadt/T7293.stderr +++ b/tests/gadt/T7293.stderr @@ -1 +1,9 @@ - \ No newline at end of file + +T7293.hs:24:5: + Couldn't match type 'False with 'True + Inaccessible code in + a pattern with constructor + Nil :: forall a. Vec a 'Zero, + in an equation for `nth' + In the pattern: Nil + In an equation for `nth': nth Nil _ = undefined