Author: kjs
Date: Thu Oct  4 09:31:58 2007
New Revision: 21831

Modified:
   trunk/t/op/calling.t
   trunk/t/pdd15oo/calling.t

Log:
t/:
* replace "(X)" argument of get_results to "X", removing parentheses.

Modified: trunk/t/op/calling.t
==============================================================================
--- trunk/t/op/calling.t        (original)
+++ trunk/t/op/calling.t        Thu Oct  4 09:31:58 2007
@@ -1623,7 +1623,7 @@
         set_addr $P41, L2
         goto L3
 L2:
-        get_results '(0)', $P45
+        get_results '0', $P45
         print "got "
         print $P45
         print ".\n"

Modified: trunk/t/pdd15oo/calling.t
==============================================================================
--- trunk/t/pdd15oo/calling.t   (original)
+++ trunk/t/pdd15oo/calling.t   Thu Oct  4 09:31:58 2007
@@ -1626,7 +1626,7 @@
         set_addr $P41, L2
         goto L3
 L2:
-        get_results '(0)', $P45
+        get_results '0', $P45
         print "got "
         print $P45
         print ".\n"

Reply via email to