diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-06-02 17:15:27 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-14 15:35:23 -0400 |
commit | e4137c486a3df66b49395beea7efc6e200cc9bac (patch) | |
tree | 3b6cbf1c654586d132e4c667531e82e1ad642e38 /testsuite/tests/codeGen/should_compile/all.T | |
parent | 9a7462fb6b8bdd6326a607bbd7b9453eb588193b (diff) | |
download | haskell-e4137c486a3df66b49395beea7efc6e200cc9bac.tar.gz |
testsuite: Add tests for #18227
T18227A is the original issue which gave rise to the ticket and depends
upon bytestring. T18227B is a minimized reproducer.
Diffstat (limited to 'testsuite/tests/codeGen/should_compile/all.T')
-rw-r--r-- | testsuite/tests/codeGen/should_compile/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T index 2d3d0beed0..71c838de09 100644 --- a/testsuite/tests/codeGen/should_compile/all.T +++ b/testsuite/tests/codeGen/should_compile/all.T @@ -89,3 +89,5 @@ test('T14373d', [], test('T17648', normal, makefile_test, []) test('T17904', normal, compile, ['-O']) +test('T18227A', normal, compile, ['']) +test('T18227B', normal, compile, ['']) |