diff options
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, ['']) |