diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-01 13:31:00 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-01 13:31:00 +0100 |
commit | a374bf93c4f96887010fb203fd134f6b6d0cc639 (patch) | |
tree | 31b22c37942f4a5a53bd8a1ebea9a94f2788a3b3 /testsuite/tests/ffi/should_fail/all.T | |
parent | 59694a791c8c0afddc205f7fb37919628350c3b4 (diff) | |
download | haskell-a374bf93c4f96887010fb203fd134f6b6d0cc639.tar.gz |
Add a test highlighting a messy case for FFI type errors
Diffstat (limited to 'testsuite/tests/ffi/should_fail/all.T')
-rw-r--r-- | testsuite/tests/ffi/should_fail/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_fail/all.T b/testsuite/tests/ffi/should_fail/all.T index 4793379fb4..abba1b5f6f 100644 --- a/testsuite/tests/ffi/should_fail/all.T +++ b/testsuite/tests/ffi/should_fail/all.T @@ -7,3 +7,4 @@ test('ccfail002', only_compiler_types(['ghc']), compile_fail, ['']) test('ccfail003', only_compiler_types(['ghc']), compile_fail, ['']) test('T3066', only_compiler_types(['ghc']), compile_fail, ['']) test('ccfail004', only_compiler_types(['ghc']), multimod_compile_fail, ['ccfail004', '-v0']) +test('ccfail005', only_compiler_types(['ghc']), compile_fail, ['']) |