summaryrefslogtreecommitdiff
path: root/testsuite/tests/hp2ps
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-12-21 08:59:27 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-27 17:38:32 -0500
commit925738839891b320b9436e7383d55dce2b8d4543 (patch)
tree23b1eff30fedebfabb827193ac5259a06a13ef6b /testsuite/tests/hp2ps
parent34a8a0e4cf188a30d2b4b65909f24185c80d071e (diff)
downloadhaskell-925738839891b320b9436e7383d55dce2b8d4543.tar.gz
Deprecate -h flag
It is confusing that it defaults to two different things depending on whether we are in the profiling way or not. Use -hc if you have a profiling build Use -hT if you have a normal build Fixes #19031
Diffstat (limited to 'testsuite/tests/hp2ps')
-rw-r--r--testsuite/tests/hp2ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/hp2ps/Makefile b/testsuite/tests/hp2ps/Makefile
index ec7deb53c3..434ee37951 100644
--- a/testsuite/tests/hp2ps/Makefile
+++ b/testsuite/tests/hp2ps/Makefile
@@ -5,5 +5,5 @@ include $(TOP)/mk/test.mk
.PHONY: T15904
T15904:
"$(TEST_HC)" $(TEST_HC_OPTS) -rtsopts -main-is "$@" "$@.hs" -o "\"$@\""
- "./\"$@\"" '{"e": 2.72, "pi": 3.14}' "\\" "" '"' +RTS -h
+ "./\"$@\"" '{"e": 2.72, "pi": 3.14}' "\\" "" '"' +RTS -hT
"$(HP2PS_ABS)" "\"$@\".hp"