[macruby-changes] [1943] MacRuby/branches/experimental/spec/frozen/core/thread/stop_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 26 19:04:21 PDT 2009


Revision: 1943
          http://trac.macosforge.org/projects/ruby/changeset/1943
Author:   lsansonetti at apple.com
Date:     2009-06-26 19:04:20 -0700 (Fri, 26 Jun 2009)
Log Message:
-----------
1.9.1 -> 1.9

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/core/thread/stop_spec.rb

Modified: MacRuby/branches/experimental/spec/frozen/core/thread/stop_spec.rb
===================================================================
--- MacRuby/branches/experimental/spec/frozen/core/thread/stop_spec.rb	2009-06-27 02:04:02 UTC (rev 1942)
+++ MacRuby/branches/experimental/spec/frozen/core/thread/stop_spec.rb	2009-06-27 02:04:20 UTC (rev 1943)
@@ -10,7 +10,7 @@
     t.value.should == 5
   end
 
-  ruby_version_is ""..."1.9.1" do
+  ruby_version_is ""..."1.9" do
     it "resets Thread.critical to false" do
       t = Thread.new { Thread.critical = true; Thread.stop }
       Thread.pass while t.status and t.status != 'sleep'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090626/087a77ad/attachment.html>


More information about the macruby-changes mailing list