Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
d4952549
by Ben Gamari at 2025-06-27T16:32:08-04:00
1 changed file:
Changes:
... | ... | @@ -8,6 +8,7 @@ setTestOpts(only_ways(prof_ways)) |
8 | 8 | setTestOpts(extra_files(['Main.hs']))
|
9 | 9 | setTestOpts(extra_run_opts('7'))
|
10 | 10 | setTestOpts(grep_prof("Main.hs"))
|
11 | +setTestOpts(grep_prof("calling:"))
|
|
11 | 12 | |
12 | 13 | # N.B. Main.hs is stolen from heapprof001.
|
13 | 14 |