Re-activate the thread specs now that we have a more thread-safe dispatcher
--- 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