diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-02 16:24:10 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-02 16:24:10 +0100 |
commit | 05a8c3e8182115d64898e264c5db096360e4e6ab (patch) | |
tree | aae05dd504aa792af79193e13e0c2aeed2678397 /testsuite/tests/gadt | |
parent | cbf3d4b1ee52e68491447637baf658e4b1921626 (diff) | |
download | haskell-05a8c3e8182115d64898e264c5db096360e4e6ab.tar.gz |
We now have left/right coercions again, so T1999a passes
Diffstat (limited to 'testsuite/tests/gadt')
-rw-r--r-- | testsuite/tests/gadt/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index d846c64ee1..2d1f00f5a0 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -91,7 +91,7 @@ test('Session', normal, compile_and_run, ['']) test('CasePrune', normal, compile_and_run, ['']) test('T1999', normal, compile, ['']) -test('T1999a', expect_broken(1999), compile, ['']) +test('T1999a', normal, compile, ['']) test('T2587', normal, compile, ['']) test('T2040', normal, compile, ['']) |