summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/okeefe_neural/test.T
blob: cf329cf716c26c659c285ded3a5a2e0e0b51a90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# this one causes the compiler to run out of heap in the simplifier

def set_opts( opts ):
  opts.expect = 'fail'

test('okeefe_neural',
     [skip_if_fast,
      set_opts,
      extra_clean(['Main.hi'])],
     multimod_compile_and_run,
     ['Main', '-package lang +RTS -M64m -RTS'])