Skip to content

Commit 17e4f28

Browse files
committed
Remove unintentional return
1 parent 2d0d953 commit 17e4f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_box.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def test_add_constants_in_box
426426
EnvUtil.verbose_warning do
427427
@box.require_relative('box/consts')
428428
end
429-
return
429+
430430
assert_equal 999, String::STR_CONST0
431431
assert_raise(NameError) { String::STR_CONST1 }
432432
assert_raise(NameError) { String::STR_CONST2 }

0 commit comments

Comments
 (0)