summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 12:56:50 -0400
committerAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 12:56:50 -0400
commit6cabb9b1493adbc1bef1cc1d7b446ae1205d6b8f (patch)
tree82b7d20121b08fca91ff7178d76e90c9a1025f38
parentd491b0be3f66d377f240f4f391c8e91d49076940 (diff)
downloadhaskell-wip/andreask/wio/fix_linux.tar.gz
winio: Accept accepted stderr for linker_unloadwip/andreask/wio/fix_linux
-rw-r--r--testsuite/tests/rts/linker/linker_unload.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/linker/linker_unload.stderr b/testsuite/tests/rts/linker/linker_unload.stderr
new file mode 100644
index 0000000000..3028d7b882
--- /dev/null
+++ b/testsuite/tests/rts/linker/linker_unload.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.