[svn:parrot] r45873 - trunk/t/op

chromatic at svn.parrot.org chromatic at svn.parrot.org
Wed Apr 21 23:28:53 UTC 2010


Author: chromatic
Date: Wed Apr 21 23:28:53 2010
New Revision: 45873
URL: https://trac.parrot.org/parrot/changeset/45873

Log:
[t] Removed more debugging output.

Modified:
   trunk/t/op/fetch.t

Modified: trunk/t/op/fetch.t
==============================================================================
--- trunk/t/op/fetch.t	Wed Apr 21 23:28:50 2010	(r45872)
+++ trunk/t/op/fetch.t	Wed Apr 21 23:28:53 2010	(r45873)
@@ -28,7 +28,6 @@
 .end
 
 .sub 'test_fetch_keyed_int'
-    diag( 'test_fetch_keyed_int' )
     $P0    = new [ 'Hash' ]
     $P1    = box 111
     $P0[1] = $P1
@@ -48,7 +47,6 @@
 .end
 
 .sub 'test_fetch_keyed_str'
-    diag( 'test_fetch_keyed_str' )
     $P0          = new [ 'Hash' ]
     $P1          = box 111
     $P0['one']   = $P1
@@ -68,7 +66,6 @@
 .end
 
 .sub 'test_fetch_keyed_pmc'
-    diag( 'test_fetch_keyed_pmc' )
     $P0          = new [ 'Hash' ]
     $P1          = box 111
 


More information about the parrot-commits mailing list