[svn:parrot] r42034 - trunk/t/op

chromatic at svn.parrot.org chromatic at svn.parrot.org
Fri Oct 23 06:58:49 UTC 2009


Author: chromatic
Date: Fri Oct 23 06:58:49 2009
New Revision: 42034
URL: https://trac.parrot.org/parrot/changeset/42034

Log:
[t] Added necessary test boilerplate (such as a copyright statement and footer)
as well as the shebang line, which tells prove and Test::Harness to know to run
this as a PIR program, not a Perl 5 program.

Modified:
   trunk/t/op/cc_params.t

Modified: trunk/t/op/cc_params.t
==============================================================================
--- trunk/t/op/cc_params.t	Fri Oct 23 06:58:45 2009	(r42033)
+++ trunk/t/op/cc_params.t	Fri Oct 23 06:58:49 2009	(r42034)
@@ -1,3 +1,7 @@
+#!parrot
+# Copyright (C) 2009, Parrot Foundation.
+# $Id$
+
 =head1 NAME
 
 t/op/cc_params.t - Parrot Calling Conventions parameter matching tests
@@ -52,4 +56,11 @@
     is(4, $I1)
     $I2 = sig["y"]
     is(5, $I2)
-.end
\ No newline at end of file
+.end
+
+# Local Variables:
+#   mode: pir
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list