diff options
Diffstat (limited to 'test/-ext-/test_notimplement.rb')
-rw-r--r-- | test/-ext-/test_notimplement.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/test_notimplement.rb b/test/-ext-/test_notimplement.rb index 0eba7bdaf8..80757313ca 100644 --- a/test/-ext-/test_notimplement.rb +++ b/test/-ext-/test_notimplement.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false require '-test-/notimplement' -class TestNotImplement < Test::Unit::TestCase +class Test_NotImplement < Test::Unit::TestCase def test_funcall_notimplement bug3662 = '[ruby-dev:41953]' assert_raise(NotImplementedError, bug3662) { |