diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-10-05 19:08:09 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-10-05 19:10:18 +0200 |
commit | aa8559d790b6ffe581969e2bc87b76ae2ddece3f (patch) | |
tree | 174b44684e5846e751bb75a538bf4d3fd5a73cdc /testsuite/tests/th/all.T | |
parent | 718e86b4751b0435097bdde46855e819cf4f7864 (diff) | |
download | haskell-aa8559d790b6ffe581969e2bc87b76ae2ddece3f.tar.gz |
Add tests for new TH #4124, #4128, #4170, #4364, #6062
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r-- | testsuite/tests/th/all.T | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 9b9b730a50..5c0315f974 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -293,3 +293,10 @@ test('T8333', normal, run_command, ['$MAKE -s --no-print-directory T8333']) + +test('T4170', normal, compile, ['-v0']) +test('T4124', normal, compile, ['-v0']) +test('T4128', normal, compile, ['-v0']) +test('T6062', normal, compile, ['-v0']) +test('T4364', normal, compile, ['-v0']) + |