diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-02-19 19:36:48 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-01 17:31:01 -0500 |
commit | 3b79e8b833646e995f035e4402f2284cc15cbd72 (patch) | |
tree | dd0585c05c3a4f565a51f3f06019cf75a9add352 /testsuite | |
parent | 7730713b747e66c93b4fe45478981a6e2ebfc7e2 (diff) | |
download | haskell-3b79e8b833646e995f035e4402f2284cc15cbd72.tar.gz |
Infer multiplicity in case expressions
This is a first step towards #18738.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/linear/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_compile/all.T b/testsuite/tests/linear/should_compile/all.T index fd44aef367..4869db0f2f 100644 --- a/testsuite/tests/linear/should_compile/all.T +++ b/testsuite/tests/linear/should_compile/all.T @@ -20,7 +20,7 @@ test('Linear14', normal, compile, ['']) test('Linear15', normal, compile, ['']) test('Linear16', normal, compile, ['']) test('Linear3', normal, compile, ['']) -test('Linear4', expect_broken(20), compile, ['']) +test('Linear4', normal, compile, ['']) test('Linear6', normal, compile, ['']) test('Linear8', normal, compile, ['']) test('LinearGuards', normal, compile, ['']) |