Author: kjs
Date: Thu Oct  4 09:48:05 2007
New Revision: 21835

Modified:
   trunk/t/pmc/coroutine.t
   trunk/t/pmc/float.t

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


Modified: trunk/t/pmc/coroutine.t
==============================================================================
--- trunk/t/pmc/coroutine.t     (original)
+++ trunk/t/pmc/coroutine.t     Thu Oct  4 09:48:05 2007
@@ -125,7 +125,7 @@
     print "done\n"
     end
 _catchm:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch main\n"
     end
 
@@ -137,7 +137,7 @@
     yield
     branch corolp
 _catchc:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch coro\n"
     end
 CODE
@@ -162,7 +162,7 @@
     print "done\n"
     end
 _catchm:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch main\n"
     end
 
@@ -176,7 +176,7 @@
     find_global P17, S0
     branch corolp
 _catchc:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch coro\n"
     end
 CODE
@@ -201,7 +201,7 @@
     print "done\n"
     end
 _catchm:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch main\n"
     end
 .pcc_sub _coro:
@@ -237,7 +237,7 @@
     print "done\n"
     end
 _catchm:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch main\n"
     end
 
@@ -251,7 +251,7 @@
     find_global P17, S0
     branch corolp
 _catchc:
-    get_results '(0, 0)' , P5, S0
+    get_results '0, 0' , P5, S0
     print "catch coro\n"
     rethrow P5
     end

Modified: trunk/t/pmc/float.t
==============================================================================
--- trunk/t/pmc/float.t (original)
+++ trunk/t/pmc/float.t Thu Oct  4 09:48:05 2007
@@ -187,7 +187,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