diff options
| -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 |
