[svn:parrot] r44363 - trunk/t/run

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 03:04:23 UTC 2010


Author: mikehh
Date: Tue Feb 23 03:04:21 2010
New Revision: 44363
URL: https://trac.parrot.org/parrot/changeset/44363

Log:
fix failing test - some trailing whitespace is required

Modified:
   trunk/t/run/options.t

Modified: trunk/t/run/options.t
==============================================================================
--- trunk/t/run/options.t	Tue Feb 23 02:58:14 2010	(r44362)
+++ trunk/t/run/options.t	Tue Feb 23 03:04:21 2010	(r44363)
@@ -51,11 +51,11 @@
 # This is just sanity testing
 my $expected_preprocesses_pir = <<'END_PIR';
 
-.macro
+.macro 
 
 .sub main :main
 
-say "first"
+say "first" 
 
 .end
 


More information about the parrot-commits mailing list