[commit: ghc] wip/nested-cpr: Mark FacState as not broken (db71595)
git at git.haskell.org
git at git.haskell.org
Tue Feb 4 18:27:25 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nested-cpr
Link : http://ghc.haskell.org/trac/ghc/changeset/db71595e492cd551685f150eaf117118795a8db2/ghc
>---------------------------------------------------------------
commit db71595e492cd551685f150eaf117118795a8db2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jan 17 09:59:14 2014 +0000
Mark FacState as not broken
>---------------------------------------------------------------
db71595e492cd551685f150eaf117118795a8db2
testsuite/tests/stranal/sigs/FacState.stderr | 2 +-
testsuite/tests/stranal/sigs/all.T | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/stranal/sigs/FacState.stderr b/testsuite/tests/stranal/sigs/FacState.stderr
index 133ad6e..9757620 100644
--- a/testsuite/tests/stranal/sigs/FacState.stderr
+++ b/testsuite/tests/stranal/sigs/FacState.stderr
@@ -1,5 +1,5 @@
==================== Strictness signatures ====================
-FacState.fac: <S,1*U(U)><L,U>dm1(d,tm1(d))
+FacState.fac: <S(S),1*U(U)><L,U>m(,tm(t))
diff --git a/testsuite/tests/stranal/sigs/all.T b/testsuite/tests/stranal/sigs/all.T
index 7fde06b..ea66fdc 100644
--- a/testsuite/tests/stranal/sigs/all.T
+++ b/testsuite/tests/stranal/sigs/all.T
@@ -11,7 +11,7 @@ test('StrAnalExample', normal, compile, [''])
test('T8569', expect_broken(8569), compile, [''])
test('HyperStrUse', normal, compile, [''])
test('T8598', normal, compile, [''])
-test('FacState', expect_broken(1600), compile, [''])
+test('FacState', normal, compile, [''])
test('UnsatFun', normal, compile, [''])
test('BottomFromInnerLambda', normal, compile, [''])
test('DmdAnalGADTs', normal, compile, [''])
More information about the ghc-commits
mailing list