Revision: 4183 http://trac.macosforge.org/projects/ruby/changeset/4183 Author: martinlagardette@apple.com Date: 2010-06-01 17:30:42 -0700 (Tue, 01 Jun 2010) Log Message: ----------- Re-activate the thread specs now that we have a more thread-safe dispatcher Modified Paths: -------------- MacRuby/trunk/spec/macruby/core/thread_spec.rb Modified: MacRuby/trunk/spec/macruby/core/thread_spec.rb =================================================================== --- MacRuby/trunk/spec/macruby/core/thread_spec.rb 2010-06-01 22:37:45 UTC (rev 4182) +++ MacRuby/trunk/spec/macruby/core/thread_spec.rb 2010-06-02 00:30:42 UTC (rev 4183) @@ -1,7 +1,5 @@ require File.dirname(__FILE__) + "/../spec_helper" -=begin - class TestThreadTarget attr_reader :value @@ -83,5 +81,3 @@ ops.each { |op| op.finished?.should == true } end end - -=end
participants (1)
-
source_changes@macosforge.org