diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-01-14 17:12:29 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-01-14 17:12:29 +0000 |
commit | c823b73cb2ca8e2392e2a4c48286879cc7baa51c (patch) | |
tree | 4e279a89993bab0b6762456db75888c50a084db5 /testsuite/tests/rebindable | |
parent | 788413297eaddfa259d2ab76459a916a62d2604c (diff) | |
download | haskell-c823b73cb2ca8e2392e2a4c48286879cc7baa51c.tar.gz |
Test Trac #5821
And rename the wrongly named rebindable/T5821 to T5908 (Trac #5908)
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r-- | testsuite/tests/rebindable/T5908.hs (renamed from testsuite/tests/rebindable/T5821.hs) | 2 | ||||
-rw-r--r-- | testsuite/tests/rebindable/all.T | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rebindable/T5821.hs b/testsuite/tests/rebindable/T5908.hs index 6adc356897..32a4d4e5e7 100644 --- a/testsuite/tests/rebindable/T5821.hs +++ b/testsuite/tests/rebindable/T5908.hs @@ -4,7 +4,7 @@ ExplicitForAll , GADTs , RebindableSyntax #-} -module T5821a +module T5908 ( Writer , runWriter , execWriter diff --git a/testsuite/tests/rebindable/all.T b/testsuite/tests/rebindable/all.T index a2a37d7f51..70628fa325 100644 --- a/testsuite/tests/rebindable/all.T +++ b/testsuite/tests/rebindable/all.T @@ -30,4 +30,4 @@ test('DoParamM', reqlib('mtl'), compile_fail, ['']) test('T5038', normal, compile_and_run, ['']) test('T4851', normal, compile, ['']) -test('T5821', normal, compile, ['']) +test('T5908', normal, compile, ['']) |