diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-06-19 14:37:01 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:04 -0400 |
commit | 981a9f2e57728cdf39de9fc173b11be4084997d3 (patch) | |
tree | 5489fa16d93fe52d5cdfd8c9a7f21600178f8d48 | |
parent | 1f0097683f65ee3cd917af843621ed73b5348e68 (diff) | |
download | haskell-981a9f2e57728cdf39de9fc173b11be4084997d3.tar.gz |
winio: fix cabal01 by accepting expected stderr
-rw-r--r-- | testsuite/tests/cabal/cabal01/cabal01.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/cabal01/cabal01.stderr b/testsuite/tests/cabal/cabal01/cabal01.stderr new file mode 100644 index 0000000000..cd2812b10c --- /dev/null +++ b/testsuite/tests/cabal/cabal01/cabal01.stderr @@ -0,0 +1,2 @@ +Warning: -rtsopts and -with-rtsopts have no effect with -shared. + Call hs_init_ghc() from your main() function to set these options. |