Skip to content
Snippets Groups Projects
Commit 40e8fd86 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite fixes

Metric Increase:
    T10421
    T13701
    T14697
    T12227
    T12234
    T12425
    T13035
    T5536
parent 806283f2
No related merge requests found
Pipeline #28303 passed with warnings
......@@ -3,4 +3,4 @@
-- should always return a reasonably low result.
n <- System.Mem.getAllocationCounter
if (n < 0 && n >= -160000) then putStrLn "Alloction counter in expected range" else (putStrLn $ "Unexpected allocation counter result:" ++ show n)
if (n < 0 && n >= -200000) then putStrLn "Allocation counter in expected range" else (putStrLn $ "Unexpected allocation counter result:" ++ show n)
Alloction counter in expected range
Allocation counter in expected range
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment