diff options
| author | simonmar <unknown> | 2001-03-28 14:31:53 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2001-03-28 14:31:53 +0000 |
| commit | c6beeb472474bc4fbfd8d7360739c01e681f14c0 (patch) | |
| tree | 54867d7eb274a8dd754fe9b1971e76504239f9a2 | |
| parent | 712e272f9699be7d6d70004b40916ee8bf5496b5 (diff) | |
| download | haskell-c6beeb472474bc4fbfd8d7360739c01e681f14c0.tar.gz | |
[project @ 2001-03-28 14:30:10 by simonmar]
update expected output
| -rw-r--r-- | ghc/tests/deriving/should_fail/drvfail001.stderr | 5 | ||||
| -rw-r--r-- | ghc/tests/deriving/should_fail/drvfail007.stderr | 5 | ||||
| -rw-r--r-- | ghc/tests/io/should_run/io009.stdout | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ghc/tests/deriving/should_fail/drvfail001.stderr b/ghc/tests/deriving/should_fail/drvfail001.stderr index 4fe0f76245..bdbfca65a1 100644 --- a/ghc/tests/deriving/should_fail/drvfail001.stderr +++ b/ghc/tests/deriving/should_fail/drvfail001.stderr @@ -1,3 +1,4 @@ -No instance for `Show (f a)' -When deriving classes for `Cons' +drvfail001.hs:21: + No instance for `Show (f a)' + When deriving classes for `Cons' diff --git a/ghc/tests/deriving/should_fail/drvfail007.stderr b/ghc/tests/deriving/should_fail/drvfail007.stderr index 303d631245..98445e43e4 100644 --- a/ghc/tests/deriving/should_fail/drvfail007.stderr +++ b/ghc/tests/deriving/should_fail/drvfail007.stderr @@ -1,3 +1,4 @@ -No instance for `Eq (Int -> Int)' -When deriving classes for `Foo' +drvfail007.hs:4: + No instance for `Eq (Int -> Int)' + When deriving classes for `Foo' diff --git a/ghc/tests/io/should_run/io009.stdout b/ghc/tests/io/should_run/io009.stdout index 6aa45246a0..55dab93156 100644 --- a/ghc/tests/io/should_run/io009.stdout +++ b/ghc/tests/io/should_run/io009.stdout @@ -1,5 +1,4 @@ io009.bin -io009.hi io009.hs io009.o io009.stdout |
