summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 12:56:50 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:04 -0400
commitc108c52779a6423871ea372be82b94f5274e57da (patch)
treee786af29840a3c297fb6f742e949c18476fecacc
parentc577b789e8f76f81a99f1731700c27796effb598 (diff)
downloadhaskell-c108c52779a6423871ea372be82b94f5274e57da.tar.gz
winio: Accept accepted stderr for linker_unload
-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.