blob: bc6ee95e62439e0affdc379cf91fc2349ec7ef4a (
plain)
1
2
3
4
5
6
7
8
|
# Missing:
# test('cc002', normal, compile_fail, [''])
test('ccfail001', only_compiler_types(['ghc']), compile_fail, [''])
test('ccfail002', only_compiler_types(['ghc']), compile_fail, [''])
test('ccfail003', only_compiler_types(['ghc']), compile_fail, [''])
test('T3066', only_compiler_types(['ghc']), compile_fail, [''])
|