aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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) {