blob: ac473e04c8a5c375305ee67e2059b155da371bb4 (
plain)
1
2
3
4
5
6
|
# Test for #13099, a recompilation bug involving type family instances
test('recomp017',
[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'])
|