[commit: ghc] master: tcrun045 should fail (implicit parameter as superclass) (7b967af)

git at git.haskell.org git at git.haskell.org
Mon Apr 28 13:49:56 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7b967afa502d9550f4e6c4b5ec5dbd9d93e72947/ghc

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

commit 7b967afa502d9550f4e6c4b5ec5dbd9d93e72947
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Apr 28 10:31:15 2014 +0100

    tcrun045 should fail (implicit parameter as superclass)


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

7b967afa502d9550f4e6c4b5ec5dbd9d93e72947
 testsuite/tests/typecheck/should_run/all.T                           |    2 +-
 .../should_run/T5472.stdout => typecheck/should_run/tcrun.stderr}    |    0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index 735fa54..099f814 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -69,7 +69,7 @@ test('tcrun041', omit_ways(['ghci']), compile_and_run, [''])
 test('tcrun042', normal, compile_and_run, [''])
 test('tcrun043', normal, compile_and_run, [''])
 test('tcrun044', normal, compile_and_run, [''])
-test('tcrun045', normal, compile_and_run, [''])
+test('tcrun045', normal, compile_fail, [''])
 test('tcrun046', normal, compile_and_run, [''])
 test('tcrun047', [omit_ways(['ghci']), only_compiler_types(['ghc'])],
      compile_and_run, [''])
diff --git a/testsuite/tests/deSugar/should_run/T5472.stdout b/testsuite/tests/typecheck/should_run/tcrun.stderr
similarity index 100%
copy from testsuite/tests/deSugar/should_run/T5472.stdout
copy to testsuite/tests/typecheck/should_run/tcrun.stderr



More information about the ghc-commits mailing list