aboutsummaryrefslogtreecommitdiffstats
path: root/perl/test.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-24 13:58:21 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-24 13:58:21 -0600
commit3421a8eb9ed7c03001db90090c5c34d699b8fab0 (patch)
treea5f07260668bac234487a90ff0b5f247f99ca351 /perl/test.t
parent5293e6ecfc80b9ce6c5f030527f132048f2c95bd (diff)
downloadscala-test-more-3421a8eb9ed7c03001db90090c5c34d699b8fab0.tar.gz
scala-test-more-3421a8eb9ed7c03001db90090c5c34d699b8fab0.zip
oops, include the passing version of this test
Diffstat (limited to 'perl/test.t')
-rw-r--r--perl/test.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/test.t b/perl/test.t
index 5dd36ae..5d86cc1 100644
--- a/perl/test.t
+++ b/perl/test.t
@@ -3,7 +3,7 @@ use strict;
use warnings;
use Test::More;
-ok(0);
+ok(1);
is("foo", "foo", "is foo foo?");
done_testing;