blob: 7d023883dcbd236f65d15aa368439137a3f78eb3 (
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
# in the prof or dyn ways, due to the TH use, so for now we just
# omit the other ways
omit_ways(['profasm','profthreaded','dyn']),
only_compiler_types(['ghc'])
],
compile_and_run, [''])
|