summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/life_space_leak/test.T
blob: 417342f38e0ea17470eee1d1a6b83d8eb7ce9ef4 (plain)
1
2
3
4
5
6
7
8
# exhausts Hugs's heap (CAF leak)
test('life_space_leak',
     [skip_if_fast,
      extra_clean(['Main.hi', 'Main.o']),
      if_compiler_type('hugs', expect_fail)],
     multimod_compile_and_run,
     ['Main', ''])