Author: allison
Date: Wed Apr 11 13:35:55 2007
New Revision: 18144
Modified:
trunk/languages/punie/t/op_do.t
Log:
[punie]: Typo on todo test description.
Modified: trunk/languages/punie/t/op_do.t
==============================================================================
--- trunk/languages/punie/t/op_do.t (original)
+++ trunk/languages/punie/t/op_do.t Wed Apr 11 13:35:55 2007
@@ -31,7 +31,7 @@
ok 10
OUT
-language_output_is( 'punie', <<'CODE', <<'OUT', 'sub call with no arguments' );
+language_output_is( 'punie', <<'CODE', <<'OUT', 'sub call with one argument' );
sub foobar {
$x = $_[0];
print $x, "\n";