blob: 22c8375cfcbccdd11ef89b4e03b17f10b7ce2d9b (
plain)
1
2
3
4
5
6
7
|
# --make -o without Main should be an error, not a warning.
test('T10895', normal, multimod_compile_fail, ['T10895.hs', '-v0 -o dummy'])
test('T12752', expect_fail, compile, ['-Wcpp-undef -Werror'])
test('T11789a', normal, compile_fail, ['-fppr-cols=1000'])
test('T11789b', normal, compile_fail, ['-rtsopts=somw'])
|