diff options
Diffstat (limited to 'dist/Devel-PPPort/t/memory.t')
-rw-r--r-- | dist/Devel-PPPort/t/memory.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Devel-PPPort/t/memory.t b/dist/Devel-PPPort/t/memory.t index cf9a038fbc..45bda3b30d 100644 --- a/dist/Devel-PPPort/t/memory.t +++ b/dist/Devel-PPPort/t/memory.t @@ -52,5 +52,5 @@ bootstrap Devel::PPPort; package main; -ok(Devel::PPPort::checkmem(), 6); +is(Devel::PPPort::checkmem(), 6); |