diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-27 14:25:27 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-27 14:25:27 +0000 |
commit | 606f59bbffe149112efeb5322cb4f6d22362589a (patch) | |
tree | 0c264a854bf8b3a7b9913c3c259affebbca56c74 /test/ruby/test_rubyoptions.rb | |
parent | 9c8f53c10d3002fa97382403d1c8021247807d82 (diff) |
* vm_dump.c (bugreport_backtrace): trivial change.
* vm_dump.c (rb_vm_bugreport): uninitialized local variable i.
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):
follow above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r-- | test/ruby/test_rubyoptions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 7e115bfba3..1556af654e 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -333,6 +333,7 @@ class TestRubyOptions < Test::Unit::TestCase --\scontrol\sframe\s----------\n (?:c:.*\n)* ---------------------------\n + --\sRuby\slevel\sbacktrace\sinformation\s----------------------------------------\n -e:1:in\s`<main>'\n -e:1:in\s`kill'\n\n (?: |