Skip to content

Commit

Permalink
Rename TestMemoryProf to TestMemoryLeaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtaysom committed Jan 3, 2012
1 parent 034c984 commit 10cd0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_all.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
require here+'/test_basic' require here+'/test_basic'
require here+'/test_problem_kind' require here+'/test_problem_kind'
require here+'/test_brief_example' require here+'/test_brief_example'
require here+'/test_memory_prof' require here+'/test_memory_leaks'
2 changes: 1 addition & 1 deletion test/test_memory_prof.rb → test/test_memory_leaks.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.expand_path('helper', File.dirname(__FILE__)) require File.expand_path('helper', File.dirname(__FILE__))


class TestMemoryProf < Test::Unit::TestCase class TestMemoryLeaks < Test::Unit::TestCase
include Examples include Examples


def test_memory_prof def test_memory_prof
Expand Down

0 comments on commit 10cd0ae

Please sign in to comment.