From 47349e870111b8ae88bd1331559a022be88d80ec Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 May 2015 14:47:36 +0000 Subject: 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 --- test/-ext-/test_notimplement.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/-ext-/test_notimplement.rb (limited to 'test/-ext-/test_notimplement.rb') diff --git a/test/-ext-/test_notimplement.rb b/test/-ext-/test_notimplement.rb new file mode 100644 index 0000000000..22bb7f7b88 --- /dev/null +++ b/test/-ext-/test_notimplement.rb @@ -0,0 +1,10 @@ +require '-test-/notimplement' + +class TestNotImplement < Test::Unit::TestCase + def test_funcall_notimplement + bug3662 = '[ruby-dev:41953]' + assert_raise(NotImplementedError, bug3662) { + Bug.funcall(:notimplement) + } + end +end -- cgit v1.2.3