[svn:parrot] r44326 - trunk/t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Feb 22 22:32:11 UTC 2010


Author: mikehh
Date: Mon Feb 22 22:32:10 2010
New Revision: 44326
URL: https://trac.parrot.org/parrot/changeset/44326

Log:
fix codetest failures - incorrect Id

Modified:
   trunk/t/codingstd/c_macro_args.t

Modified: trunk/t/codingstd/c_macro_args.t
==============================================================================
--- trunk/t/codingstd/c_macro_args.t	Mon Feb 22 22:28:47 2010	(r44325)
+++ trunk/t/codingstd/c_macro_args.t	Mon Feb 22 22:32:10 2010	(r44326)
@@ -1,6 +1,6 @@
 #! perl
-# Copyright (C) 2008-2009, Parrot Foundation.
-# $Id $
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use strict;
 use warnings;


More information about the parrot-commits mailing list