[svn:parrot] r44562 - trunk/runtime/parrot/library/Test/Builder

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Mar 1 09:24:14 UTC 2010


Author: mikehh
Date: Mon Mar  1 09:24:13 2010
New Revision: 44562
URL: https://trac.parrot.org/parrot/changeset/44562

Log:
fix codetest failure - trailing spaces

Modified:
   trunk/runtime/parrot/library/Test/Builder/Test.pir

Modified: trunk/runtime/parrot/library/Test/Builder/Test.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder/Test.pir	Mon Mar  1 05:54:20 2010	(r44561)
+++ trunk/runtime/parrot/library/Test/Builder/Test.pir	Mon Mar  1 09:24:13 2010	(r44562)
@@ -40,10 +40,10 @@
     addattribute tbtwr_class, 'reason'
 
     .local pmc tbts_class
-    subclass tbts_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'Skip'] 
+    subclass tbts_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'Skip']
 
     .local pmc tbtt_class
-    subclass tbtt_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'TODO'] 
+    subclass tbtt_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'TODO']
 .end
 
 =item C<create( args_hash )>
@@ -379,7 +379,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2008, Parrot Foundation.
+Copyright (C) 2005-2010, Parrot Foundation.
 
 =cut
 


More information about the parrot-commits mailing list