Browse Source

* minor update

peter 21 years ago
parent
commit
785d22af8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/theap.pp

+ 1 - 1
tests/test/theap.pp

@@ -142,7 +142,7 @@ BEGIN
    Delta := MSTimer-Start-LoopTime2;
    Inc (TotalTime, Delta);
    WriteLn (Delta:5, ' ms');
-   WriteLn ('MaxAvail: ', MaxAvail, '   MemAvail: ', MemAvail);
+   ShowHeap;
    Start := MSTimer;
    FOR L := 1 TO Blocks DO BEGIN
       MaxAvail;