aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb
index e7bff26e8c..c1eae3540a 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -25,7 +25,7 @@ module Test::Unit
# detect zombie traces.
TracePoint.stat.each{|key, (activated, deleted)|
- assert_equal(0, activated, 'The number of active trace events should be zero.')
+ assert_equal(0, activated, "The number of active trace events (#{key}) should be zero.")
# puts "TracePoint - deleted: #{deleted}" if deleted > 0
}
end