mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
* 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:
parent
ea379a7f8d
commit
9c8f53c10d
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue