diff options
author | nineonine <mail4chemik@gmail.com> | 2019-06-23 22:44:37 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-02 16:18:44 -0400 |
commit | cef80c0b9edca3d21b5c762f51dfbab4c5857d8a (patch) | |
tree | 4812abbe6695af023ed25587b0800649ba0254fe /testsuite/tests/th/all.T | |
parent | 0bed9647c5e6edbfcfed2d7dbd8d25fd8fd2b195 (diff) | |
download | haskell-cef80c0b9edca3d21b5c762f51dfbab4c5857d8a.tar.gz |
Fix #15843 by extending Template Haskell AST for tuples to support sections
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r-- | testsuite/tests/th/all.T | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 73b4cf48c3..def7a843c8 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -461,6 +461,9 @@ test('T15783', normal, multimod_compile, test('T15792', normal, compile, ['-v0 -dsuppress-uniques']) test('T15815', normal, multimod_compile, ['T15815B', '-v0 ' + config.ghc_th_way_flags]) +test('T15843', [], multimod_compile_and_run, + ['T15843.hs', + '-v0 ' + config.ghc_th_way_flags]) test('T15845', normal, compile, ['-v0 -dsuppress-uniques']) test('T15437', expect_broken(15437), multimod_compile, ['T15437', '-v0 ' + config.ghc_th_way_flags]) |