blob: 9c91903f1f2cc426ca9a595ce049562d77902290 (
plain)
1
2
3
4
5
6
7
|
setTestOpts(only_compiler_types(['ghc']))
test('canDoRep0', normal, compile, [''])
test('cannotDoRep0', normal, compile_fail, [''])
test('cannotDoRep1', normal, compile_fail, [''])
test('cannotDoRep2', normal, compile_fail, [''])
|