summaryrefslogtreecommitdiff
path: root/test/dl/test_func.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl/test_func.rb')
-rw-r--r--test/dl/test_func.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_func.rb b/test/dl/test_func.rb
index 27bf7daf7f..45d475c919 100644
--- a/test/dl/test_func.rb
+++ b/test/dl/test_func.rb
@@ -58,7 +58,7 @@ module DL
assert_equal("123", str.to_s)
ensure
GC.stress = stress
- end
+ end
def test_isdigit()
f = Function.new(CFunc.new(@libc['isdigit'], TYPE_INT, 'isdigit'),