[Git][ghc/ghc][master] testsuite: remove accidentally checked in debug print logic
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Oct 4 21:59:58 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
bcb293f2 by Cheng Shao at 2024-10-04T17:59:28-04:00
testsuite: remove accidentally checked in debug print logic
- - - - -
1 changed file:
- testsuite/tests/profiling/should_run/all.T
Changes:
=====================================
testsuite/tests/profiling/should_run/all.T
=====================================
@@ -2,7 +2,6 @@ setTestOpts(js_skip) # JS backend doesn't support profiling yet
prun_ways = (['prof'] if have_profiling() else []) + (['profdyn'] if have_dynamic_prof() else [])
-print(prun_ways)
# Options to use when comparing .prof files
test_opts_dot_prof = [ only_ways(['prof', 'profdyn'])
, extra_ways(prun_ways) if prun_ways else skip]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcb293f216e56c8dfd199f990e8eaa48071ef845
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bcb293f216e56c8dfd199f990e8eaa48071ef845
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/20241004/92a0426d/attachment-0001.html>
More information about the ghc-commits
mailing list