summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/all.T
blob: 2382d8b42f666e0247effc0868fedd7eacc831aa (plain)
1
2
3
4
5
6
7
8
9
10
setTestOpts(only_compiler_types(['ghc']))

test('GenCanDoRep0',    normal, compile, [''])
test('GenDerivOutput',  normal, compile, ['-dsuppress-uniques'])

test('GenShouldFail0',  normal, compile_fail, [''])
test('GenCannotDoRep0', normal, compile_fail, [''])
test('GenCannotDoRep1', normal, compile_fail, [''])
test('GenCannotDoRep2', normal, compile_fail, [''])
test('T5884',           normal, compile, [''])