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