summaryrefslogtreecommitdiff
path: root/test/ruby/test_iterator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_iterator.rb')
-rw-r--r--test/ruby/test_iterator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_iterator.rb b/test/ruby/test_iterator.rb
index f91bf81644..60bfad50a9 100644
--- a/test/ruby/test_iterator.rb
+++ b/test/ruby/test_iterator.rb
@@ -419,7 +419,7 @@ class TestIterator < Test::Unit::TestCase
def test_return_trace_func
ok = "returned gracefully"
result = "skipped"
- result = _test_return_from_builtin(ok)
+ result = _test_return_trace_func(ok)
ensure
assert_equal(ok, result)
return