summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp017/all.T
blob: 1ba5343b9cb36c573870ce54dd08663f75eea3a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Test for #13099, a recompilation bug involving type family instances

test('recomp017',
     [ clean_cmd('$MAKE -s clean'),
       extra_files(['A.hs', 'B.hs', 'C.hs', 'C2.hs',
                    'D.hs', 'E.hs']),
       ignore_stdout,
       expect_broken(13099) ],
     run_command,
     ['$MAKE -s --no-print-directory recomp017'])