summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity/unittest/all.T
blob: bbdff0d676658e27da9946d8865705f516cb52d6 (plain)
1
2
3
4
5
6
7
8
def f( name, opts ):
  opts.only_ways = ['normal']

setTestOpts(f)
setTestOpts(extra_hc_opts('-package ghc'))
setTestOpts(extra_run_opts('"' + config.libdir + '"'))

test('CallArity1', js_broken(22362), compile_and_run, [''])