fixed a bug in a spec (doesn't really matter since the spec is crap anyway)
--- MacRuby/trunk/spec/frozen/core/thread/shared/exit.rb 2009-10-31 03:38:49 UTC (rev 2932)
+++ MacRuby/trunk/spec/frozen/core/thread/shared/exit.rb 2009-10-31 05:48:34 UTC (rev 2933)
@@ -87,7 +87,7 @@
it "killing dying running does nothing" do
in_ensure_clause = false
- exit_loop = true
+ exit_loop = false
t = ThreadSpecs.dying_thread_ensures do
in_ensure_clause = true
loop { if exit_loop then break end }