diff options
Diffstat (limited to 'testsuite/tests/dynlibs/all.T')
-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 092c983389..79d4ee9c5a 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -20,5 +20,5 @@ test('T18072', [req_shared_libs, unless(opsys('linux'), skip)], makefile_test, [ # test that -shared and -flink-rts respects alternative RTS flavours test('T18072debug', [extra_files(['T18072.hs']), req_shared_libs, unless(opsys('linux'), skip)], makefile_test, []) -# check that -staticlib and -fno-link-rts results in an archive without the RTR libary +# check that -staticlib and -fno-link-rts results in an archive without the RTR library test('T18072static', [extra_files(['T18072.hs']), unless(opsys('linux'), skip)], makefile_test, []) |