Revision
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

Diff

Modified: MacRuby/trunk/spec/macruby/core/thread_spec.rb (4182 => 4183)


--- 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