http://d.puremagic.com/issues/show_bug.cgi?id=7018
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Walter Bright <[email protected]> 2011-11-26 20:45:19 PST --- The behavior is correct. assert throws a non-recoverable exception, which means that finally blocks are not executed. If a test depends on finally being executed after an assert, then the test case is wrong. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
