update to match Mb -> MB change in -s output
[ghc-hetmet.git] / utils / runstdtest / runstdtest.prl
index 379c895..1e23f1f 100644 (file)
@@ -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;
            }