summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/all.T
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2021-12-01 23:15:43 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-03-25 11:36:31 -0400
commit83f5841b32ef11c54ff1e24dd5b92bc3c77f6250 (patch)
tree06014aaef052ba54a384e59f093fb7295fe68bce /testsuite/tests/th/all.T
parent1d673aa25205084d3973a3e9c7b7cd84a8b3171c (diff)
downloadhaskell-83f5841b32ef11c54ff1e24dd5b92bc3c77f6250.tar.gz
Add instance Lift ByteArray
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r--testsuite/tests/th/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 97e5700607..276faf84d8 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -550,3 +550,4 @@ test('T15433a', [extra_files(['T15433_aux.hs'])], multimod_compile_fail, ['T1543
test('T15433b', [extra_files(['T15433_aux.hs'])], multimod_compile, ['T15433b', '-v0'])
test('T20711', normal, compile_and_run, [''])
test('T20868', normal, compile_and_run, [''])
+test('Lift_ByteArray', normal, compile_and_run, [''])