diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-12-19 17:25:09 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-12-19 17:25:09 +0000 |
commit | 8daa24645faa696314a20627bbd36042630ad854 (patch) | |
tree | a3a7ec86d70b2998f6ce33c4c5a46d4bbe6db7ad /testsuite/tests/ffi/should_fail/all.T | |
parent | 8cd4ced57dccc1f4f54d242982209ec61e145700 (diff) | |
download | haskell-8daa24645faa696314a20627bbd36042630ad854.tar.gz |
Test Trac #7506
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 8da27021d8..cb6ffe9ea6 100644 --- a/testsuite/tests/ffi/should_fail/all.T +++ b/testsuite/tests/ffi/should_fail/all.T @@ -11,3 +11,4 @@ test('ccfail005', only_compiler_types(['ghc']), compile_fail, ['']) test('ccall_value', normal, compile_fail, ['']) test('capi_value_function', normal, compile_fail, ['']) test('T5664', normal, compile_fail, ['-v0']) +test('T7506', normal, compile_fail, ['']) |