test/enumerable_test.rb in ruby-prof-0.8.2 vs test/enumerable_test.rb in ruby-prof-0.9.0

- old
+ new

@@ -9,8 +9,8 @@ class EnumerableTest < Test::Unit::TestCase def test_enumerable result = RubyProf.profile do 3.times { [1,2,3].any? {|n| n} } end - assert result.threads.to_a.first[1].length == 4 + assert result.threads.to_a.first[1].length == 4 end -end \ No newline at end of file +end