[svn:parrot] r44664 - branches/pcc_hackathon_6Mar10/t/compilers/imcc/imcpasm

chromatic at svn.parrot.org chromatic at svn.parrot.org
Fri Mar 5 23:17:00 UTC 2010


Author: chromatic
Date: Fri Mar  5 23:16:57 2010
New Revision: 44664
URL: https://trac.parrot.org/parrot/changeset/44664

Log:
[t] Reclaimed one failing test which relied on the old ordering of get_results
and invoke in the PASM generated by IMCC for PCC.

Modified:
   branches/pcc_hackathon_6Mar10/t/compilers/imcc/imcpasm/optc.t

Modified: branches/pcc_hackathon_6Mar10/t/compilers/imcc/imcpasm/optc.t
==============================================================================
--- branches/pcc_hackathon_6Mar10/t/compilers/imcc/imcpasm/optc.t	Fri Mar  5 20:27:32 2010	(r44663)
+++ branches/pcc_hackathon_6Mar10/t/compilers/imcc/imcpasm/optc.t	Fri Mar  5 23:16:57 2010	(r44664)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2005, Parrot Foundation.
+# Copyright (C) 2005-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -242,8 +242,8 @@
 @pcc_sub_call_\d:
   set_args
   set_p_pc (P\d+), foo
-  get_results
   invokecc \2
+  get_results
   noop
   end
 foo:
@@ -424,4 +424,3 @@
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4:
-


More information about the parrot-commits mailing list