[macruby-changes] [4183] MacRuby/trunk/spec/macruby/core/thread_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 1 17:30:44 PDT 2010


Revision: 4183
          http://trac.macosforge.org/projects/ruby/changeset/4183
Author:   martinlagardette at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100601/62593bea/attachment.html>


More information about the macruby-changes mailing list