diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-06-19 10:46:32 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:04 -0400 |
commit | 7d424e1e31a8f16e614947460e0e4e4b52f8b5cf (patch) | |
tree | 5c469e8752828f089bd4e2c8e7ad467d0bbdd35d /testsuite | |
parent | 949aaaccf34ef7e28a745081775b01627590fc46 (diff) | |
download | haskell-7d424e1e31a8f16e614947460e0e4e4b52f8b5cf.tar.gz |
winio: Also accept T7037 stderr
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/rts/T7037.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/T7037.stderr b/testsuite/tests/rts/T7037.stderr new file mode 100644 index 0000000000..3028d7b882 --- /dev/null +++ b/testsuite/tests/rts/T7037.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. |