aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:25:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:25:19 +0000
commit9c8f53c10d3002fa97382403d1c8021247807d82 (patch)
treee03086e613c8ea309b6599273fb886090621ee52 /test/ruby
parentea379a7f8d35c5fde110a941f786ae22e8a03b3a (diff)
downloadruby-9c8f53c10d3002fa97382403d1c8021247807d82.tar.gz
* 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
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_exception.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb
index 29483925f1..d7833b9d44 100644
--- a/test/ruby/test_exception.rb
+++ b/test/ruby/test_exception.rb
@@ -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