[svn:parrot] r44826 - branches/ops_pct/compilers/opsc/t
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Mar 9 22:24:34 UTC 2010
Author: mikehh
Date: Tue Mar 9 22:24:33 2010
New Revision: 44826
URL: https://trac.parrot.org/parrot/changeset/44826
Log:
remove trailing whitespace and add copyright and Id
Modified:
branches/ops_pct/compilers/opsc/t/03-past.t
Modified: branches/ops_pct/compilers/opsc/t/03-past.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/03-past.t Tue Mar 9 22:19:25 2010 (r44825)
+++ branches/ops_pct/compilers/opsc/t/03-past.t Tue Mar 9 22:24:33 2010 (r44826)
@@ -1,4 +1,7 @@
#! ./parrot-nqp
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
# "Comprehensive" test for creating PAST for op.
# Parse single op and check various aspects of created PAST.
@@ -10,7 +13,7 @@
plan(26);
my $buf := q|
-BEGIN_OPS_PREAMBLE
+BEGIN_OPS_PREAMBLE
/*
THE HEADER
*/
More information about the parrot-commits
mailing list