summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.