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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Wed Apr 21 20:44:32 UTC 2010


Author: chromatic
Date: Wed Apr 21 20:44:31 2010
New Revision: 45865
URL: https://trac.parrot.org/parrot/changeset/45865

Log:
[t] Removed unnecessary diagnostic output.

Modified:
   trunk/t/op/vivify.t

Modified: trunk/t/op/vivify.t
==============================================================================
--- trunk/t/op/vivify.t	Wed Apr 21 20:29:59 2010	(r45864)
+++ trunk/t/op/vivify.t	Wed Apr 21 20:44:31 2010	(r45865)
@@ -28,7 +28,6 @@
 .end
 
 .sub 'test_vivify_keyed_int'
-    diag( 'test_vivify_keyed_int' )
     $P0    = new [ 'Hash' ]
     $P1    = box 111
     $P0[1] = $P1
@@ -56,7 +55,6 @@
 .end
 
 .sub 'test_vivify_keyed_str'
-    diag( 'test_vivify_keyed_str' )
     $P0          = new [ 'Hash' ]
     $P1          = box 111
     $P0['one']   = $P1
@@ -84,7 +82,6 @@
 .end
 
 .sub 'test_vivify_keyed_pmc'
-    diag( 'test_vivify_keyed_pmc' )
     $P0          = new [ 'Hash' ]
     $P1          = box 111
 


More information about the parrot-commits mailing list