develooper Front page | perl.perl5.porters | Postings from April 2007

[PATCH] ext/Hash/Util/FieldHash/t/02_function.t

Thread Previous | Thread Next
From:
Abigail
Date:
April 21, 2007 02:25
Subject:
[PATCH] ext/Hash/Util/FieldHash/t/02_function.t
Message ID:
20070421092443.GA5082@abigail.nl


There's a typo in one of the tests.


--- ext/Hash/Util/FieldHash/t/02_function.t.orig	2007-04-21 11:21:39.000000000 +0200
+++ ext/Hash/Util/FieldHash/t/02_function.t	2007-04-21 11:21:56.000000000 +0200
@@ -203,8 +203,8 @@
     @obs = ();
     is keys %$ob_reg, 0, "all keys collected";
     is keys %f, 0, "orig garbage-collected";
-    is keys %g, 0, "single-copy garbage-dollected";
-    is keys %h, 0, "wholesale-copy garbage-dollected";
+    is keys %g, 0, "single-copy garbage-collected";
+    is keys %h, 0, "wholesale-copy garbage-collected";
 }
 
 {

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About