summaryrefslogtreecommitdiff
path: root/test/-ext-/funcall/test_funcall.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/funcall/test_funcall.rb')
-rw-r--r--test/-ext-/funcall/test_funcall.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/-ext-/funcall/test_funcall.rb b/test/-ext-/funcall/test_funcall.rb
deleted file mode 100644
index 01a03bf5ef..0000000000
--- a/test/-ext-/funcall/test_funcall.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-require 'test/unit'
-
-class TestFuncall < Test::Unit::TestCase
- require '-test-/funcall'
-
- def test_funcall_extra_args
- assert_equal 'TestFuncall', TestFuncall.extra_args_name,
- '[ruby-core:85266] [Bug #14425]'
- end
-end