blob: 8817118601cb1b4d85aafb8f41a35a78414317dc (
plain)
1
2
3
4
5
6
7
8
9
|
test('T14854',
[only_ways(threaded_ways),
omit_ways('ghci'),
reqlib('random'),
ignore_stderr],
compile_and_run,
['-package ghc'])
test('T15953', [ignore_stdout], makefile_test, [])
|