[svn:parrot] r46708 - trunk/compilers/pct/src/PCT

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun May 16 15:53:37 UTC 2010


Author: mikehh
Date: Sun May 16 15:53:36 2010
New Revision: 46708
URL: https://trac.parrot.org/parrot/changeset/46708

Log:
fix codetest failure - trailing space

Modified:
   trunk/compilers/pct/src/PCT/HLLCompiler.pir

Modified: trunk/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/HLLCompiler.pir	Sun May 16 15:49:15 2010	(r46707)
+++ trunk/compilers/pct/src/PCT/HLLCompiler.pir	Sun May 16 15:53:36 2010	(r46708)
@@ -808,7 +808,7 @@
     ## from Perl's Test::Harness.  (Test::Harness versions 2.64
     ## and earlier have a hardwired commandline option that is
     ## always passed to an initial run of the interpreter binary,
-    ## whether you want it or not.)  We expect to remove this 
+    ## whether you want it or not.)  We expect to remove this
     ## check eventually (or make it a lot smarter than it is here).
     $S0 = args[2]
     $I0 = index $S0, '@INC'


More information about the parrot-commits mailing list