blob: 2ef6b89edc2ac612d51ea72b0678ea2be04c1d2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
test('T4491',
[extra_files(['A.hs']),
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, [''])
|