perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r21589 - branches/unified_testing/examples/benchmarks

Subject: [svn:parrot] r21589 - branches/unified_testing/examples/benchmarks
From:
Date: Tue, 25 Sep 2007 16:50:26 -0700 PDT
Newsgroups: perl.cvs.parrot

Author: colink
Date: Tue Sep 25 16:50:26 2007
New Revision: 21589

Modified:
   branches/unified_testing/examples/benchmarks/oo5.pir
   branches/unified_testing/examples/benchmarks/oo6.pir

Log:
[unified testing] merging test fixes from trunk

Modified: branches/unified_testing/examples/benchmarks/oo5.pir
==============================================================================
--- branches/unified_testing/examples/benchmarks/oo5.pir        (original)
+++ branches/unified_testing/examples/benchmarks/oo5.pir        Tue Sep 25 
16:50:26 2007
@@ -44,7 +44,7 @@
     setattribute self, ofs, $P10
 .end
 
-.pcc_sub i :method
+.sub i :method
     .local int ofs
     ofs = classoffset self, "Foo"
     .local pmc r
@@ -54,7 +54,7 @@
     .pcc_end_return
 .end
 
-.pcc_sub j :method
+.sub j :method
     .local int ofs
     ofs = classoffset self, "Foo"
     inc ofs

Modified: branches/unified_testing/examples/benchmarks/oo6.pir
==============================================================================
--- branches/unified_testing/examples/benchmarks/oo6.pir        (original)
+++ branches/unified_testing/examples/benchmarks/oo6.pir        Tue Sep 25 
16:50:26 2007
@@ -39,7 +39,7 @@
     setattribute self, ofs, $P10
 .end
 
-.pcc_sub i :method
+.sub i :method
     .param pmc v     :optional
     .param int has_v :opt_flag
     .local int ofs
@@ -54,7 +54,7 @@
     .pcc_end_return
 .end
 
-.pcc_sub j :method
+.sub j :method
     .param pmc v     :optional
     .param int has_v :opt_flag
     .local int ofs

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r21589 - branches/unified_testing/examples/benchmarks, colink <=