From 7fa6c67bcc9970ce2fa4b3f3a7f17042b9b4fd0e Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones <simonpj@microsoft.com> Date: Thu, 6 Mar 2014 12:13:17 +0000 Subject: [PATCH] Trac #8569 fixed --- testsuite/tests/stranal/sigs/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/stranal/sigs/all.T b/testsuite/tests/stranal/sigs/all.T index 9d36479c172f..9accd01af5dc 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, ['']) -- GitLab