From: simonmar@microsoft.com Date: Thu, 20 Dec 2007 14:58:55 +0000 (+0000) Subject: update to match Mb -> MB change in -s output X-Git-Tag: Before_cabalised-GHC~267 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a72c58ada0490c117b2256ad39a670b8c5357c8a update to match Mb -> MB change in -s output --- diff --git a/utils/runstdtest/runstdtest.prl b/utils/runstdtest/runstdtest.prl index 379c895..1e23f1f 100644 --- a/utils/runstdtest/runstdtest.prl +++ b/utils/runstdtest/runstdtest.prl @@ -409,7 +409,7 @@ sub process_stats_file { $GCs = $1 if /^\s*([0-9,]+) collections? in generation 0/; - if ( /^\s+([0-9]+)\s+Mb total memory/ ) { + if ( /^\s+([0-9]+)\s+M[Bb] total memory/ ) { $TotMem = $1; }