blob: 4da90faba3f14bbd592ab7e2889804dc71c93925 (
plain)
1
2
3
4
5
6
7
|
setTestOpts(only_compiler_types(['ghc']))
test('arrowfail001', normal, compile_fail, [''])
test('arrowfail002', normal, compile_fail, [''])
test('arrowfail003', normal, compile_fail, [''])
test('arrowfail004', normal, compile_fail, [''])
test('T2111', normal, compile_fail, [''])
|