aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/profile_test_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile_test_all.rb b/test/profile_test_all.rb
index a24555a344..75c3ca8bba 100644
--- a/test/profile_test_all.rb
+++ b/test/profile_test_all.rb
@@ -65,7 +65,7 @@ class MiniTest::Unit::TestCase
end
def memprofile_test_all_result_result
- result = ["#{self.class}\##{self.__name__}"]
+ result = ["#{self.class}\##{self.__name__.to_s.gsub(/\s+/, '')}"]
TEST_ALL_PROFILE_PROCS.each{|proc|
proc.call(result)
}