aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-17 14:47:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-17 14:47:36 +0000
commitc2d0051bb915a572fded3758be55cccaa5f48847 (patch)
tree1021475151de03cabe42fa6fc11c3bb8782a86d0 /test
parent763134e5e763c13d263c547cf00ed6098504eff5 (diff)
downloadruby-c2d0051bb915a572fded3758be55cccaa5f48847.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) {