summaryrefslogtreecommitdiff
path: root/test/-ext-/funcall
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/funcall')
-rw-r--r--test/-ext-/funcall/test_passing_block.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/funcall/test_passing_block.rb b/test/-ext-/funcall/test_passing_block.rb
index fac7eaf953..5112bc0925 100644
--- a/test/-ext-/funcall/test_passing_block.rb
+++ b/test/-ext-/funcall/test_passing_block.rb
@@ -7,7 +7,7 @@ class TestFuncall < Test::Unit::TestCase
yield(*args) if block
end
end
- require '-test-/funcall/funcall'
+ require '-test-/funcall'
def test_with_funcall2
ok = nil