[svn:parrot] r44327 - trunk/t/compilers/pge
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Mon Feb 22 22:35:46 UTC 2010
Author: mikehh
Date: Mon Feb 22 22:35:45 2010
New Revision: 44327
URL: https://trac.parrot.org/parrot/changeset/44327
Log:
fix codetest failures - missing Id
Modified:
trunk/t/compilers/pge/00-basic.t
trunk/t/compilers/pge/06-grammar.t
Modified: trunk/t/compilers/pge/00-basic.t
==============================================================================
--- trunk/t/compilers/pge/00-basic.t Mon Feb 22 22:32:10 2010 (r44326)
+++ trunk/t/compilers/pge/00-basic.t Mon Feb 22 22:35:45 2010 (r44327)
@@ -1,5 +1,6 @@
#!./parrot
-# Copyright (C) 2006-2008, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
+# $Id$
=head1 NAME
Modified: trunk/t/compilers/pge/06-grammar.t
==============================================================================
--- trunk/t/compilers/pge/06-grammar.t Mon Feb 22 22:32:10 2010 (r44326)
+++ trunk/t/compilers/pge/06-grammar.t Mon Feb 22 22:35:45 2010 (r44327)
@@ -1,5 +1,6 @@
#!./parrot
-# Copyright (C) 2006-2008, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
+# $Id$
=head1 NAME
More information about the parrot-commits
mailing list