diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2017-04-18 17:20:59 -0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2017-04-18 20:18:03 -0400 |
commit | 21c35bda8e435cfba1998fa8375a52a73fe570f4 (patch) | |
tree | 94902788466c5cee41e911be5c790a144a98e97e /testsuite | |
parent | fc7601c5dc9fb826db13c5a644b3a64e7594d0b5 (diff) | |
download | haskell-21c35bda8e435cfba1998fa8375a52a73fe570f4.tar.gz |
Simplify StgCases when all alts refer to the case binder
as proposed in #13588.
Differential Revision: https://phabricator.haskell.org/D3467
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/simplStg/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplStg/should_compile/all.T b/testsuite/tests/simplStg/should_compile/all.T index 559d357739..19fa5134b4 100644 --- a/testsuite/tests/simplStg/should_compile/all.T +++ b/testsuite/tests/simplStg/should_compile/all.T @@ -19,4 +19,4 @@ def checkStgString(needle): -test('T13588', [ checkStgString('case'), expect_broken(13588) ] , compile, ['-ddump-stg']) +test('T13588', [ checkStgString('case') ] , compile, ['-ddump-stg']) |