blob: 702b3b6f645c0d9c4033374480e05f1078d53483 (
plain)
1
2
3
4
5
6
7
8
|
# Test for #4469, a recompilation bug related to instances
test('recomp008',
[extra_files(['A1.hs', 'A2.hs', 'B.hs', 'Main.hs'])
, when(fast(), skip)
, normalise_slashes
, js_broken(22261)],
makefile_test, [])
|