summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_run/all.T
diff options
context:
space:
mode:
authorLuite Stegeman <stegeman@gmail.com>2015-11-12 11:13:54 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-12 11:14:09 +0100
commite090f1bc14b5bf1deeef1c753c1145c162c0d27f (patch)
tree0be540d33fcc8a070b47eabf1f8349c18f4682e4 /testsuite/tests/stranal/should_run/all.T
parent4a32bf925b8aba7885d9c745769fe84a10979a53 (diff)
downloadhaskell-e090f1bc14b5bf1deeef1c753c1145c162c0d27f.tar.gz
Change demand information for foreign calls
Foreign calls may not be strict for lifted arguments. Fixes Trac #11076. Test Plan: ./validate Reviewers: simonpj, bgamari, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1464 GHC Trac Issues: #11076
Diffstat (limited to 'testsuite/tests/stranal/should_run/all.T')
-rw-r--r--testsuite/tests/stranal/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 8a82ce86a5..efd1afaa35 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -10,3 +10,4 @@ test('T7649', normal, compile_and_run, [''])
test('T9254', normal, compile_and_run, [''])
test('T10148', normal, compile_and_run, [''])
test('T10218', normal, compile_and_run, [''])
+test('T11076', normal, multimod_compile_and_run, ['T11076.hs', 'T11076_prim.cmm'])