summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-07 22:15:55 -0500
committerdoy <doy@tozt.net>2009-04-07 22:15:55 -0500
commit77ca40a1e55f9e082a08480d40e8099d34cdc80c (patch)
tree8fb6bbbf34d2b1c0fc5083f3dcff9e896b46d0b8 /t
parent141dc024c6c5a8acb891ee439a5c204c70b150d7 (diff)
downloadmoosex-nonmoose-77ca40a1e55f9e082a08480d40e8099d34cdc80c.tar.gz
moosex-nonmoose-77ca40a1e55f9e082a08480d40e8099d34cdc80c.zip
correct number of tests
Diffstat (limited to 't')
-rw-r--r--t/001-basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/001-basic.t b/t/001-basic.t
index 1a060af..4b4164d 100644
--- a/t/001-basic.t
+++ b/t/001-basic.t
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More tests => 4;
package Foo;