summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 12:53:30 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:04 -0400
commitc577b789e8f76f81a99f1731700c27796effb598 (patch)
tree823b1fbab5f6ee6758d08dfc27eb2bb3d024e3f1
parentacc5cebf42e38c2b0869117329811c03c4e3f545 (diff)
downloadhaskell-c577b789e8f76f81a99f1731700c27796effb598.tar.gz
winio: Accept accepted stderr for T3807
-rw-r--r--testsuite/tests/dynlibs/T3807.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/dynlibs/T3807.stderr b/testsuite/tests/dynlibs/T3807.stderr
new file mode 100644
index 0000000000..81ba4e7e7d
--- /dev/null
+++ b/testsuite/tests/dynlibs/T3807.stderr
@@ -0,0 +1,4 @@
+Warning: -rtsopts and -with-rtsopts have no effect with -shared.
+ Call hs_init_ghc() from your main() function to set these options.
+Warning: -rtsopts and -with-rtsopts have no effect with -no-hs-main.
+ Call hs_init_ghc() from your main() function to set these options.