[svn:parrot] r44920 - branches/pcc_hackathon_6Mar10/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 14 10:38:14 UTC 2010


Author: bacek
Date: Sun Mar 14 10:38:12 2010
New Revision: 44920
URL: https://trac.parrot.org/parrot/changeset/44920

Log:
Update test to use get_results after invokecc.

Modified:
   branches/pcc_hackathon_6Mar10/t/op/calling.t

Modified: branches/pcc_hackathon_6Mar10/t/op/calling.t
==============================================================================
--- branches/pcc_hackathon_6Mar10/t/op/calling.t	Sun Mar 14 04:49:48 2010	(r44919)
+++ branches/pcc_hackathon_6Mar10/t/op/calling.t	Sun Mar 14 10:38:12 2010	(r44920)
@@ -580,9 +580,9 @@
 .pcc_sub main:
     set I16, 77
     set_args "0, 0", 42, I16
-    get_results "0, 0", I16, I17
     find_name P1, "foo"
     invokecc P1
+    get_results "0, 0", I16, I17
     print I16
     print "\n"
     print I17
@@ -610,8 +610,8 @@
 .sub main :main
     .const 'Sub' f = "foo"
     print "main\n"
-    get_results "0", $S0
     invokecc f
+    get_results "0", $S0
     print $S0
 .end
 .sub foo


More information about the parrot-commits mailing list