diff options
-rw-r--r-- | testsuite/tests/dynlibs/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T index 79d4ee9c5a..622bcab6a7 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -11,7 +11,7 @@ test('T5373', [req_shared_libs], makefile_test, []) # It's not clear exactly what platforms we can expect this to succeed on. test('T13702', [when(have_thread_sanitizer(), expect_broken(18884)), - unless(opsys('linux'), skip)], + req_shared_libs, unless(opsys('linux'), skip)], makefile_test, []) # test that -shared and -flink-rts actually links the rts |