[macruby-changes] [2933] MacRuby/trunk/spec/frozen/core/thread/shared/exit.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 30 22:48:37 PDT 2009


Revision: 2933
          http://trac.macosforge.org/projects/ruby/changeset/2933
Author:   lsansonetti at 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 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091030/1496139d/attachment.html>


More information about the macruby-changes mailing list