diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-03-06 12:13:17 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-03-06 12:13:17 +0000 |
commit | 7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e (patch) | |
tree | 8035801166d6b0c839f25e74b8086819319d1b2a /testsuite/tests/stranal | |
parent | bf9bf602399eca30ca522ae5bae52d4f3ec1ab88 (diff) | |
download | haskell-7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e.tar.gz |
Trac #8569 fixed
Diffstat (limited to 'testsuite/tests/stranal')
-rw-r--r-- | testsuite/tests/stranal/sigs/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/sigs/all.T b/testsuite/tests/stranal/sigs/all.T index 9d36479c17..9accd01af5 100644 --- a/testsuite/tests/stranal/sigs/all.T +++ b/testsuite/tests/stranal/sigs/all.T @@ -8,7 +8,7 @@ setTestOpts(extra_hc_opts('-ddump-strsigs')) setTestOpts(only_ways(['optasm'])) test('StrAnalExample', normal, compile, ['']) -test('T8569', expect_broken(8569), compile, ['']) +test('T8569', normal, compile, ['']) test('HyperStrUse', normal, compile, ['']) test('T8598', normal, compile, ['']) test('FacState', expect_broken(1600), compile, ['']) |