diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-06-22 13:03:42 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:04 -0400 |
commit | 2b0b9a08a3412114f568fb26e3d684ccb7092f88 (patch) | |
tree | 9005f1a5b92f79dfbebffc9a539411cde3c3a81a /testsuite | |
parent | c108c52779a6423871ea372be82b94f5274e57da (diff) | |
download | haskell-2b0b9a08a3412114f568fb26e3d684ccb7092f88.tar.gz |
winio: Accept accepted stderr for linker_unload_multiple_objs
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/rts/linker/unload_multiple_objs/linker_unload_multiple_objs.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/linker/unload_multiple_objs/linker_unload_multiple_objs.stderr b/testsuite/tests/rts/linker/unload_multiple_objs/linker_unload_multiple_objs.stderr new file mode 100644 index 0000000000..3028d7b882 --- /dev/null +++ b/testsuite/tests/rts/linker/unload_multiple_objs/linker_unload_multiple_objs.stderr @@ -0,0 +1,2 @@ +Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main. + Call hs_init_ghc() from your main() function to set these options. |