blob: 5ef616c811d52f4b3002ba26aab750c58223a553 (
plain)
1
2
3
4
5
6
7
8
|
setTestOpts(only_compiler_types(['ghc']))
test('GenCanDoRep0', normal, compile, [''])
test('GenShouldFail0', normal, compile_fail, [''])
test('GenCannotDoRep0', normal, compile_fail, [''])
test('GenCannotDoRep1', normal, compile_fail, [''])
test('GenCannotDoRep2', normal, compile_fail, [''])
|