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

- old
+ new

@@ -1,10 +1,10 @@ #!/usr/bin/env ruby # encoding: UTF-8 require File.expand_path('../test_helper', __FILE__) -class CallInfoTest < Test::Unit::TestCase +class CallInfoTest < TestCase def setup # Need to use wall time for this test due to the sleep calls RubyProf::measure_mode = RubyProf::WALL_TIME end