[commit: testsuite] master: Test DerivingNewType now passes (245e5c4)
Simon Peyton Jones
simonpj at microsoft.com
Thu May 30 16:03:56 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/245e5c4dc64040d2f5bb4a1a4d5f650df8db5dec
>---------------------------------------------------------------
commit 245e5c4dc64040d2f5bb4a1a4d5f650df8db5dec
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu May 30 15:03:41 2013 +0100
Test DerivingNewType now passes
(c.f. Trac #4185)
>---------------------------------------------------------------
tests/indexed-types/should_compile/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/indexed-types/should_compile/all.T b/tests/indexed-types/should_compile/all.T
index cc6b21a..ac3a5f8 100644
--- a/tests/indexed-types/should_compile/all.T
+++ b/tests/indexed-types/should_compile/all.T
@@ -46,7 +46,7 @@ test('ATLoop',
['ATLoop.hs','-v0'])
test('Deriving', normal, compile, [''])
-test('DerivingNewType', expect_fail, compile, [''])
+test('DerivingNewType', normal, compile, [''])
test('Records', normal, compile, [''])
# The point about this test is that it compiles NewTyCo1 and NewTyCo2
More information about the ghc-commits
mailing list