test/stack_test.rb in ruby-prof-0.15.2 vs test/stack_test.rb in ruby-prof-0.15.3

- old
+ new

@@ -25,10 +25,10 @@ sleep 3 b end end -class StackTest < Test::Unit::TestCase +class StackTest < TestCase def setup # Need to use wall time for this test due to the sleep calls RubyProf::measure_mode = RubyProf::WALL_TIME end