diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-17 14:47:36 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-17 14:47:36 +0000 |
commit | 47349e870111b8ae88bd1331559a022be88d80ec (patch) | |
tree | 1021475151de03cabe42fa6fc11c3bb8782a86d0 /test | |
parent | 29a914ff2ee0fcf4b1a664355c99e4a16e766c9f (diff) | |
download | ruby-47349e870111b8ae88bd1331559a022be88d80ec.tar.gz |
notimplement: rename
* ext/-test-/notimplement, test/-ext-/test_notimplement.rb:
rename from bug-3662.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r-- | test/-ext-/test_notimplement.rb (renamed from test/-ext-/test_bug-3662.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/test_bug-3662.rb b/test/-ext-/test_notimplement.rb index 73c0697241..22bb7f7b88 100644 --- a/test/-ext-/test_bug-3662.rb +++ b/test/-ext-/test_notimplement.rb @@ -1,6 +1,6 @@ -require '-test-/bug-3662/bug' +require '-test-/notimplement' -class Test_BUG_3662 < Test::Unit::TestCase +class TestNotImplement < Test::Unit::TestCase def test_funcall_notimplement bug3662 = '[ruby-dev:41953]' assert_raise(NotImplementedError, bug3662) { |