summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rebindable/all.T
diff options
context:
space:
mode:
authorsimonpj <simonpj@microsoft.com>2008-06-04 15:20:13 +0000
committersimonpj <simonpj@microsoft.com>2008-06-04 15:20:13 +0000
commit67049725ee6353f1eb70ee1c3d31c548bb9d3bee (patch)
treec811035448d00d0ab0567ba336ef8b4fafb499d5 /testsuite/tests/ghc-regress/rebindable/all.T
parent0b8b737994fa79d7897ebafcbe1cca1a6fccebe3 (diff)
downloadhaskell-67049725ee6353f1eb70ee1c3d31c548bb9d3bee.tar.gz
rebindable9 works now that Trac #1537 is fixed
Diffstat (limited to 'testsuite/tests/ghc-regress/rebindable/all.T')
-rw-r--r--testsuite/tests/ghc-regress/rebindable/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/rebindable/all.T b/testsuite/tests/ghc-regress/rebindable/all.T
index 47592d7452..ad47c98986 100644
--- a/testsuite/tests/ghc-regress/rebindable/all.T
+++ b/testsuite/tests/ghc-regress/rebindable/all.T
@@ -20,7 +20,7 @@ test('rebindable6', if_compiler_lt('ghc', '6.9', skip), compile_fail, [''])
test('rebindable7', normal, compile_and_run, [''])
test('rebindable8', if_compiler_lt('ghc', '6.9', expect_broken(1537)),
compile, [''])
-test('rebindable9', expect_broken(1537), compile, [''])
+test('rebindable9', normal, compile, [''])
# Tests from Oleg
test('DoRestrictedM', normal, compile, [''])