blob: e39c1d7597e218cbaa9cba9b8a9075a3f11a0050 (
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', normal, compile_and_run, [''])
|