summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/all.T
diff options
context:
space:
mode:
authorAlexis King <lexi.lambda@gmail.com>2023-05-12 15:08:18 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-13 08:45:18 -0400
commitd85ed900b271109185251cb0494d51048a4cf213 (patch)
treeff77df793137704d6399e57e771493cbb60a2fe2 /testsuite/tests/ghci/should_run/all.T
parent5cad28e73bf9a1a535fa9ed22800156c1ba2e6c8 (diff)
downloadhaskell-d85ed900b271109185251cb0494d51048a4cf213.tar.gz
Use a uniform return convention in bytecode for unary results
fixes #22958
Diffstat (limited to 'testsuite/tests/ghci/should_run/all.T')
-rw-r--r--testsuite/tests/ghci/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index aaa8dfe856..a748cc9fa6 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/tests/ghci/should_run/all.T
@@ -88,3 +88,5 @@ test('UnliftedDataType2', just_ghci, compile_and_run, [''])
test('T22829', just_ghci + [extra_hc_opts("-Wmissing-import-lists -Werror")], compile_and_run, [''])
test('T23229', just_ghci + [extra_hc_opts("-this-unit-id my-package -Wno-missing-methods T23229")], ghci_script, ['T23229.script'])
+test('T22958a', just_ghci, compile_and_run, [''])
+test('T22958b', just_ghci, compile_and_run, [''])