Revision: 2933 http://trac.macosforge.org/projects/ruby/changeset/2933 Author: lsansonetti@apple.com Date: 2009-10-30 22:48:34 -0700 (Fri, 30 Oct 2009) Log Message: ----------- fixed a bug in a spec (doesn't really matter since the spec is crap anyway) Modified Paths: -------------- MacRuby/trunk/spec/frozen/core/thread/shared/exit.rb Modified: MacRuby/trunk/spec/frozen/core/thread/shared/exit.rb =================================================================== --- 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 }