* test/ruby/test_exception.rb

(TestException#test_thread_signal_location):
  change test method name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-01-27 14:25:19 +00:00
parent ea379a7f8d
commit 9c8f53c10d
2 changed files with 7 additions and 1 deletions

View file

@ -243,7 +243,7 @@ class TestException < Test::Unit::TestCase
assert_raise(SystemExit, '[ruby-dev:38760]') {test_proc.call}
end
def test_thread_signal_backtrace
def test_thread_signal_location
stdout, stderr, status = EnvUtil.invoke_ruby("-d", <<-RUBY, false, true)
Thread.start do
begin