summaryrefslogtreecommitdiff
path: root/testsuite/tests/cmm/should_compile/all.T
diff options
context:
space:
mode:
authorNorman Ramsey <nr@cs.tufts.edu>2021-11-23 14:45:52 -0500
committerAndreas Klebinger <klebinger.andreas@gmx.at>2021-12-07 15:54:19 +0000
commit9cb7a17584942570db8a277a6cc0ef393684847c (patch)
tree03f56f893453eb0b2c5e712ad220f82088ef4da6 /testsuite/tests/cmm/should_compile/all.T
parent7eb5606441bf11ba2ebd5f8904918dc82a2a3126 (diff)
downloadhaskell-9cb7a17584942570db8a277a6cc0ef393684847c.tar.gz
generalize GHC.Cmm.Dataflow to work over any node typewip/nr/polymorphic-dataflow
See #20725. The commit includes source-code changes and a test case.
Diffstat (limited to 'testsuite/tests/cmm/should_compile/all.T')
-rw-r--r--testsuite/tests/cmm/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/cmm/should_compile/all.T b/testsuite/tests/cmm/should_compile/all.T
index 9fc5479634..40813f01ec 100644
--- a/testsuite/tests/cmm/should_compile/all.T
+++ b/testsuite/tests/cmm/should_compile/all.T
@@ -4,3 +4,4 @@ test('cmm_sink_sp', [ only_ways(['optasm']), grep_errmsg('(\[Sp.*\]).*(=).*(\[.*
test('T16930', normal, makefile_test, ['T16930'])
test('T17442', normal, compile, [''])
+test('T20725', normal, compile, ['-package ghc'])