Author: allison
Date: Sat May 10 06:02:06 2008
New Revision: 27410

Modified:
   branches/pdd25cx/t/pmc/coroutine.t

Log:
[pdd25cx] TODO rethrow test.


Modified: branches/pdd25cx/t/pmc/coroutine.t
==============================================================================
--- branches/pdd25cx/t/pmc/coroutine.t  (original)
+++ branches/pdd25cx/t/pmc/coroutine.t  Sat May 10 06:02:06 2008
@@ -220,7 +220,7 @@
 catch main
 OUTPUT
 
-pasm_output_is( <<'CODE', <<'OUTPUT', "Coroutine - exception in coro rethrow" 
);
+pasm_output_is( <<'CODE', <<'OUTPUT', "Coroutine - exception in coro rethrow", 
todo => 'deprecate rethrow' );
 .include "interpinfo.pasm"
 _main:
     .const .Sub P0 = "_coro"
@@ -253,7 +253,7 @@
 _catchc:
     get_results '0, 0' , P5, S0
     print "catch coro\n"
-    rethrow P5
+    #rethrow P5
     end
 CODE
 back 1

Reply via email to