[svn:parrot] r44945 - branches/pcc_hackathon_6Mar10/t/compilers/imcc/syn

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Mar 15 19:46:02 UTC 2010


Author: bacek
Date: Mon Mar 15 19:46:02 2010
New Revision: 44945
URL: https://trac.parrot.org/parrot/changeset/44945

Log:
Update test to use get_results after call.

Modified:
   branches/pcc_hackathon_6Mar10/t/compilers/imcc/syn/tail.t

Modified: branches/pcc_hackathon_6Mar10/t/compilers/imcc/syn/tail.t
==============================================================================
--- branches/pcc_hackathon_6Mar10/t/compilers/imcc/syn/tail.t	Mon Mar 15 19:45:42 2010	(r44944)
+++ branches/pcc_hackathon_6Mar10/t/compilers/imcc/syn/tail.t	Mon Mar 15 19:46:02 2010	(r44945)
@@ -23,8 +23,8 @@
     .const 'Sub' f = "_floor"
     .const 'Sub' c = "_funcall"
     set_args "0,0,0", f, $P1, $P2
-    get_results "0,0", $P3, $P4
     invokecc c
+    get_results "0,0", $P3, $P4
     print "_floor returned "
     print 2      # TODO argcP
     print " values, "
@@ -34,8 +34,8 @@
     print ".\n"
     .const 'Sub' s = "_fib_step"
     set_args "0,0,0", s, $P1, $P2
-    get_results "0,0,0", $P3, $P4, $P5
     invokecc c
+    get_results "0,0,0", $P3, $P4, $P5
     print "_fib_step returned "
     print 3    # TODO argcP
     print " values, "


More information about the parrot-commits mailing list