test/stack_printer_test.rb in ruby-prof-0.15.2 vs test/stack_printer_test.rb in ruby-prof-0.15.3
- old
+ new
@@ -24,10 +24,10 @@
def c
5.times{b}
end
end
-class StackPrinterTest < Test::Unit::TestCase
+class StackPrinterTest < TestCase
def setup
# Need to use wall time for this test due to the sleep calls
RubyProf::measure_mode = RubyProf::WALL_TIME
end