blob: a26bfe9d7c50398011c32db49b87fcd56cefa36a (
plain)
1
2
3
4
5
|
setTestOpts(only_compiler_types(['ghc']))
test('GEq1', extra_clean(['GEq1A.hi', 'GEq1A.o']),
multimod_compile_and_run, ['GEq1', ''])
test('GEq2', normal, multimod_compile_and_run, ['GEq2', ''])
|