summaryrefslogtreecommitdiff
path: root/dist/Devel-PPPort/t/memory.t
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-03 14:57:52 -0700
committerKarl Williamson <khw@cpan.org>2019-11-22 06:49:03 -0700
commit8154c0b1642d2b0fab033464d4ae3fbbba80affc (patch)
treeed3b00375e4f0e3beeb1e02a6be842ffe5b519ba /dist/Devel-PPPort/t/memory.t
parentc6e41a0a54eceb66483226532b3eb8e032541e26 (diff)
downloadperl-8154c0b1642d2b0fab033464d4ae3fbbba80affc.tar.gz
D:P: Convert ok() to is()
There are some ok() that need to remain so, but this converts all the ones that are really is() to be that. After this commit, the remaining ok() can have a test description added to them.
Diffstat (limited to 'dist/Devel-PPPort/t/memory.t')
-rw-r--r--dist/Devel-PPPort/t/memory.t2
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);