[svn:parrot] r47563 - trunk/t/pir
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sat Jun 12 01:59:56 UTC 2010
Author: mikehh
Date: Sat Jun 12 01:59:55 2010
New Revision: 47563
URL: https://trac.parrot.org/parrot/changeset/47563
Log:
add svn properties, copyright, Id lines and coda
Modified:
trunk/t/pir/timer_exit.t (contents, props changed)
Modified: trunk/t/pir/timer_exit.t
==============================================================================
--- trunk/t/pir/timer_exit.t Sat Jun 12 01:50:03 2010 (r47562)
+++ trunk/t/pir/timer_exit.t Sat Jun 12 01:59:55 2010 (r47563)
@@ -1,4 +1,6 @@
#!./parrot
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
.include 'timer.pasm'
@@ -26,3 +28,9 @@
exit 0
say "not ok 2"
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
More information about the parrot-commits
mailing list