summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/prog002/test.T
blob: 24625bad04b0e912598ea928256e6a11f03ccddf (plain)
1
2
3
4
5
6
7
setTestOpts(only_compiler_types(['ghc']))

test('typecheck.prog002',
     [skip_if_fast,
      extra_clean(['A.hi', 'A.o', 'B.hi', 'B.o'])],
     multimod_compile,
     ['B', '-v0'])