diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 12:18:10 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 00:32:59 +0200 |
commit | 322ae32f56e68adea8db3d3d7c078298b335d7da (patch) | |
tree | f82765ff8d8de2fbeb8664a7d7ed18cbad32e381 /testsuite/tests/ffi/should_run | |
parent | 5764ade40104db4efacf5a5e452335f0aac1be8d (diff) | |
download | haskell-322ae32f56e68adea8db3d3d7c078298b335d7da.tar.gz |
Testsuite: delete remaining only_compiler_types(['ghc']) setups
No point in pretending other compilers can use the GHC testsuite. This
makes the *.T files a bit shorter.
Diffstat (limited to 'testsuite/tests/ffi/should_run')
-rw-r--r-- | testsuite/tests/ffi/should_run/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T index cf785f132c..eb2c15279f 100644 --- a/testsuite/tests/ffi/should_run/all.T +++ b/testsuite/tests/ffi/should_run/all.T @@ -50,8 +50,7 @@ test('ffi008', [exit_code(1), omit_ways(['ghci'])], compile_and_run, ['']) maybe_skip = normal opts = '' if config.platform.startswith('i386-'): - if config.compiler_type == 'ghc' and \ - version_ge(config.compiler_version, '6.13'): + if version_ge(config.compiler_version, '6.13'): opts = '-msse2' else: maybe_skip = only_ways(['ghci']) |