summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/all.T
diff options
context:
space:
mode:
authorBen Gamari <bgamari@smart-cactus.org>2015-12-27 17:49:03 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-27 18:47:53 +0100
commit11778f74da669b13e3748191e89e3c3cafed903b (patch)
treeae72456ff217f9fb44749af83ce49d7429900ae1 /testsuite/tests/primops/should_run/all.T
parentd1ebbb0c5929038d0eeb28009bd03c18262dce7d (diff)
downloadhaskell-11778f74da669b13e3748191e89e3c3cafed903b.tar.gz
Add testcase for getSizeofMutableByteArray#
In an attempt to track down #11296. Unfortunately the primop appears to be working as expected. Test Plan: validate Reviewers: hvr, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1706 GHC Trac Issues: #11296
Diffstat (limited to 'testsuite/tests/primops/should_run/all.T')
-rw-r--r--testsuite/tests/primops/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T
index 2003fc350f..68a2d5609f 100644
--- a/testsuite/tests/primops/should_run/all.T
+++ b/testsuite/tests/primops/should_run/all.T
@@ -12,3 +12,4 @@ test('T10678',
only_ways('normal')
],
compile_and_run, ['-O'])
+test('T11296', normal, compile_and_run, [''])