diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-27 15:18:30 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-27 15:18:30 +0000 |
commit | b61091d3b042305ce21bb00b28a81f903b522394 (patch) | |
tree | 2993e778c5fdbbfb2ebbec1e793f173026f0d4cd /testsuite/tests/ffi/should_fail/all.T | |
parent | 4721167a0118e4c8bc6c8266c3357a8a2ac4f4e2 (diff) | |
download | haskell-b61091d3b042305ce21bb00b28a81f903b522394.tar.gz |
Test Trac #7243
Diffstat (limited to 'testsuite/tests/ffi/should_fail/all.T')
-rw-r--r-- | testsuite/tests/ffi/should_fail/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_fail/all.T b/testsuite/tests/ffi/should_fail/all.T index d1cba3c0d7..78b70073e5 100644 --- a/testsuite/tests/ffi/should_fail/all.T +++ b/testsuite/tests/ffi/should_fail/all.T @@ -16,3 +16,5 @@ test('ccall_value', normal, compile_fail, ['']) test('capi_value_function', normal, compile_fail, ['']) test('T5664', normal, compile_fail, ['-v0']) test('T7506', normal, compile_fail, ['']) +test('T7243', normal, compile_fail, ['']) + |