diff options
| author | Sylvain Henry <sylvain@haskus.fr> | 2023-04-20 14:51:00 +0200 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-21 13:32:01 -0400 |
| commit | 113e21d763678ea7e7666b708e6c2dba7e52382f (patch) | |
| tree | 85ad1cbfe696b63d4152c718a56a915975f37a5d /testsuite/tests/rts/linker/all.T | |
| parent | dae514f9835f7fe8e6643f8759cc4d0b0af9a657 (diff) | |
| download | haskell-113e21d763678ea7e7666b708e6c2dba7e52382f.tar.gz | |
Testsuite: replace some js_broken/js_skip predicates with req_c
Using req_c is more precise.
Diffstat (limited to 'testsuite/tests/rts/linker/all.T')
| -rw-r--r-- | testsuite/tests/rts/linker/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rts/linker/all.T b/testsuite/tests/rts/linker/all.T index f4bf9f42c9..3c005fc377 100644 --- a/testsuite/tests/rts/linker/all.T +++ b/testsuite/tests/rts/linker/all.T @@ -93,13 +93,13 @@ test('T5435_v_gcc', test('T5435_dyn_asm', [extra_files(['T5435.hs', 'T5435_asm.c']), fragile(22970), - js_skip, # dynamic linking not supported by the JS backend + req_c, check_stdout(checkDynAsm)], makefile_test, ['T5435_dyn_asm']) test('T5435_dyn_gcc', [extra_files(['T5435.hs', 'T5435_gcc.c']), fragile(22970), - js_skip], # dynamic linking not supported by the JS backend + req_c], makefile_test, ['T5435_dyn_gcc']) ###################################### |
