Author: kjs
Date: Thu Oct  4 09:53:24 2007
New Revision: 21837

Modified:
   trunk/t/pdd15oo/gc.t
   trunk/t/pmc/bigint.t
   trunk/t/pmc/complex.t

Log:
* change get_results "(...)" into get_results "..."



Modified: trunk/t/pdd15oo/gc.t
==============================================================================
--- trunk/t/pdd15oo/gc.t        (original)
+++ trunk/t/pdd15oo/gc.t        Thu Oct  4 09:53:24 2007
@@ -257,15 +257,15 @@
     .const .Sub P0 = "co1"
     set I20, 0
 l:
-    get_results '()'
-    set_args '()'
+    get_results ''
+    set_args ''
     invokecc P0
     inc I20
     lt I20, 3, l
     print "done\n"
     end
 .pcc_sub co1:
-    get_params '()'
+    get_params ''
     set P17, P1
 col:
     print "coro\n"

Modified: trunk/t/pmc/bigint.t
==============================================================================
--- trunk/t/pmc/bigint.t        (original)
+++ trunk/t/pmc/bigint.t        Thu Oct  4 09:53:24 2007
@@ -459,7 +459,7 @@
     print "fail\\n"
     clear_eh
 OK:
-    get_results '(0,0)', \$P0, \$S0
+    get_results '0,0', \$P0, \$S0
     print "ok\\n"
     print \$S0
     print "\\n"

Modified: trunk/t/pmc/complex.t
==============================================================================
--- trunk/t/pmc/complex.t       (original)
+++ trunk/t/pmc/complex.t       Thu Oct  4 09:53:24 2007
@@ -441,7 +441,7 @@
     print "fail\\n"
     clear_eh
 OK:
-    get_results '(0,0)', \$P0, \$S0
+    get_results '0,0', \$P0, \$S0
     print "ok\\n"
     print \$S0
     print "\\n"

Reply via email to