diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-07-27 13:59:43 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-07-27 14:04:24 +0100 |
commit | 822f996b57fab364ff06fd191d42270cfe6c79ec (patch) | |
tree | c82d100e8c67638f2b57f04a2f1935454164f26c /testsuite/tests/ffi | |
parent | 3afc015b072b6474520e94c1f58aa78175f17043 (diff) | |
download | haskell-822f996b57fab364ff06fd191d42270cfe6c79ec.tar.gz |
Fix failures in the full testsuite
Diffstat (limited to 'testsuite/tests/ffi')
-rw-r--r-- | testsuite/tests/ffi/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T index 15aa90a3c9..997997d8f0 100644 --- a/testsuite/tests/ffi/should_run/all.T +++ b/testsuite/tests/ffi/should_run/all.T @@ -202,12 +202,12 @@ test('Capi_Ctype_002', ['$MAKE -s --no-print-directory Capi_Ctype_002']) test('ffi_parsing_001', - extra_clean(['ffi_parsing_001_c.o']), + [omit_ways(['ghci']), extra_clean(['ffi_parsing_001_c.o'])], compile_and_run, ['ffi_parsing_001_c.c']) test('capi_value', - extra_clean(['capi_value_c.o']), + [omit_ways(['ghci']), extra_clean(['capi_value_c.o'])], compile_and_run, ['capi_value_c.c']) |