[commit: ghc] master: Testsuite: delete drvfail015.stderr-7.0 [skip ci] (31f1804)

git at git.haskell.org git at git.haskell.org
Tue May 24 21:46:04 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/31f180438ee21962591fe186787970dec643b719/ghc

>---------------------------------------------------------------

commit 31f180438ee21962591fe186787970dec643b719
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue May 24 22:32:07 2016 +0200

    Testsuite: delete drvfail015.stderr-7.0 [skip ci]
    
    Running the testsuite with ghc-7.0 is not supported.


>---------------------------------------------------------------

31f180438ee21962591fe186787970dec643b719
 testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0 | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0 b/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0
deleted file mode 100644
index 9f0166e..0000000
--- a/testsuite/tests/deriving/should_fail/drvfail015.stderr-7.0
+++ /dev/null
@@ -1,12 +0,0 @@
-
-drvfail015.hs:10:19:
-    Illegal instance declaration for `Eq T'
-        (All instance types must be of the form (T t1 ... tn)
-         where T is not a synonym.
-         Use -XTypeSynonymInstances if you want to disable this.)
-    In the stand-alone deriving instance for `Eq T'
-
-drvfail015.hs:13:1:
-    The data constructors of `Handle' are not all in scope
-      so you cannot derive an instance for it
-    In the stand-alone deriving instance for `Eq Handle'



More information about the ghc-commits mailing list