blob: a9ead0fa61af7cb59a409b253dc85103e88a8cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
test('T4491',
[
req_interp,
# We'd need to jump through some hoops to run this test the
# other ways, due to the TH use, so for now we only run it
# the TH way
only_ways([config.ghc_th_way]),
only_compiler_types(['ghc']),
extra_clean(['A.hi', 'A.o'])
],
compile_and_run, [''])
|