diff options
-rw-r--r-- | test/ruby/test_backtrace.rb | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -170,6 +170,34 @@ class TestBacktrace < Test::Unit::TestCase end end def test_caller_locations cs = caller(0); locs = caller_locations(0).map{|loc| loc.to_s |