[svn:parrot] r41238 - branches/pcc_arg_unify/t/pmc
allison at svn.parrot.org
allison at svn.parrot.org
Sat Sep 12 17:47:00 UTC 2009
Author: allison
Date: Sat Sep 12 17:46:59 2009
New Revision: 41238
URL: https://trac.parrot.org/parrot/changeset/41238
Log:
[pcc] Pop the exception handler when the anticipated exception has been
handled to avoid infinite exception handler loop.
Modified:
branches/pcc_arg_unify/t/pmc/capture.t
Modified: branches/pcc_arg_unify/t/pmc/capture.t
==============================================================================
--- branches/pcc_arg_unify/t/pmc/capture.t Sat Sep 12 16:57:44 2009 (r41237)
+++ branches/pcc_arg_unify/t/pmc/capture.t Sat Sep 12 17:46:59 2009 (r41238)
@@ -226,6 +226,7 @@
.return ()
test_get_integer_catch:
+ pop_eh
.local pmc exception
.local string message
.get_results (exception)
More information about the parrot-commits
mailing list