cvsuser 04/01/22 09:25:42
Modified: t/op calling.t
Log:
Fix the test to match the now-corrected source
Revision Changes Path
1.4 +4 -4 parrot/t/op/calling.t
Index: calling.t
===================================================================
RCS file: /cvs/public/parrot/t/op/calling.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- calling.t 2 Jan 2004 16:25:41 -0000 1.3
+++ calling.t 22 Jan 2004 17:25:42 -0000 1.4
@@ -42,8 +42,8 @@
push P3,P23
set I0,1
set I1,4
- set I2,11
- set I3,0
+ set I2,0
+ set I3,11
savetop
invokecc
restoretop
@@ -106,8 +106,8 @@
push P3,P23
set I0,1
set I1,4
- set I2,11
- set I3,0
+ set I2,0
+ set I3,11
savetop
invokecc
restoretop