blob: a676b4971a685139678cb0c8b517097532bdd376 (
plain)
1
2
3
4
5
6
7
8
|
test('heap_all',
[when(have_profiling(),
extra_ways(['prof'])),
# These ways produce slightly different heap representations.
# Currently we don't test them.
omit_ways(['ghci', 'hpc'])
],
compile_and_run, [''])
|