blob: 1096159c2c6a591261b140e10f48f6fb8e871103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
test('PartialDownsweep',
[ extra_run_opts('"' + config.libdir + '"')
, ignore_stderr
],
compile_and_run,
['-package ghc -package exceptions'])
test('OldModLocation',
[ extra_run_opts('"' + config.libdir + '"')
, when(opsys('mingw32'), expect_broken(16772))
],
compile_and_run,
['-package ghc'])
|