Author: pmichaud
Date: Sun Oct 9 17:29:19 2005
New Revision: 9423
Modified:
trunk/t/pmc/coroutine.t
Log:
Converted test #13 to a TODO: test.
Modified: trunk/t/pmc/coroutine.t
==============================================================================
--- trunk/t/pmc/coroutine.t (original)
+++ trunk/t/pmc/coroutine.t Sun Oct 9 17:29:19 2005
@@ -519,6 +519,8 @@ CODE
0
OUTPUT
+TODO: {
+ local $TODO = "coroutines re-entered from another sub";
pir_output_is(<<'CODE', <<'OUTPUT', "re-entering coro from another sub");
.sub main @MAIN
@@ -563,5 +565,5 @@ yield #3
yield #4
yield #5
OUTPUT
-
+};