[svn:parrot] r44339 - trunk/t/compilers/imcc/syn

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 00:51:54 UTC 2010


Author: mikehh
Date: Tue Feb 23 00:51:54 2010
New Revision: 44339
URL: https://trac.parrot.org/parrot/changeset/44339

Log:
fix codetest failures - trailing whitespace

Modified:
   trunk/t/compilers/imcc/syn/objects.t
   trunk/t/compilers/imcc/syn/subflags.t
   trunk/t/compilers/imcc/syn/veracity.t

Modified: trunk/t/compilers/imcc/syn/objects.t
==============================================================================
--- trunk/t/compilers/imcc/syn/objects.t	Tue Feb 23 00:46:07 2010	(r44338)
+++ trunk/t/compilers/imcc/syn/objects.t	Tue Feb 23 00:51:54 2010	(r44339)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 .sub main :main
@@ -29,7 +29,7 @@
 .namespace [ ]
 .namespace []
 
-.sub test 
+.sub test
     $I0 = 42
 .end
 CODE

Modified: trunk/t/compilers/imcc/syn/subflags.t
==============================================================================
--- trunk/t/compilers/imcc/syn/subflags.t	Tue Feb 23 00:46:07 2010	(r44338)
+++ trunk/t/compilers/imcc/syn/subflags.t	Tue Feb 23 00:51:54 2010	(r44339)
@@ -1,10 +1,10 @@
 #!./parrot
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 NAME
 
-t/compilers/imcc/syn/subflags.t 
+t/compilers/imcc/syn/subflags.t
 
 =head1 SYNOPSIS
 

Modified: trunk/t/compilers/imcc/syn/veracity.t
==============================================================================
--- trunk/t/compilers/imcc/syn/veracity.t	Tue Feb 23 00:46:07 2010	(r44338)
+++ trunk/t/compilers/imcc/syn/veracity.t	Tue Feb 23 00:51:54 2010	(r44339)
@@ -1,5 +1,5 @@
 #!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 .sub test :main
@@ -21,7 +21,7 @@
     ok(1, "1 is true")
     .return()
   not_one:
-    ok(0, "1 is true")  
+    ok(0, "1 is true")
 .end
 
 .sub test_negative_integers
@@ -88,7 +88,7 @@
     goto neg_zero
   not_zero:
     ok(0, "0.0 is false")
-  neg_zero: 
+  neg_zero:
     $N0 = -0.0
     if $N0 goto not_neg_zero
     ok(1, "-0.0 is false")


More information about the parrot-commits mailing list