blob: 01e7b1f3ec3eb90c7165f33a21da7a2cbf7dbc4b (
plain)
1
2
3
4
5
6
7
8
9
10
|
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]),
extra_clean(['A.hi', 'A.o'])
],
compile_and_run, [''])
|