[Git][ghc/ghc][wip/mi_top_env_serialise] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Feb 27 18:29:54 UTC 2025
Matthew Pickering pushed to branch wip/mi_top_env_serialise at Glasgow Haskell Compiler / GHC
Commits:
6e1c91b5 by Matthew Pickering at 2025-02-27T18:29:45+00:00
fix
- - - - -
1 changed file:
- testsuite/tests/ghci/should_run/Makefile
Changes:
=====================================
testsuite/tests/ghci/should_run/Makefile
=====================================
@@ -9,7 +9,7 @@ T3171:
sleep 2; kill -INT $$!; wait
TopEnvIface:
- "$(TEST_HC)" $(TEST_HC_OPTS) --interactive TopEnvIface -v1 -e "a" -e ":q" -fwrite-if-simplified-core -fwrite-interface
+ "$(TEST_HC)" $(TEST_HC_OPTS_INTERACTIVE) TopEnvIface -v1 -e "a" -e ":q" -fwrite-if-simplified-core -fwrite-interface
# Second compilation starts from interface files, but still can print "a"
- "$(TEST_HC)" $(TEST_HC_OPTS) --interactive TopEnvIface -v1 -e "a" -e ":q" -fwrite-if-simplified-core -fwrite-interface
+ "$(TEST_HC)" $(TEST_HC_OPTS_INTERACTIVE) TopEnvIface -v1 -e "a" -e ":q" -fwrite-if-simplified-core -fwrite-interface
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e1c91b553dac7e2321c280460f3ec1c279df3fd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e1c91b553dac7e2321c280460f3ec1c279df3fd
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250227/85c305a6/attachment.html>
More information about the ghc-commits
mailing list