We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2897f commit bb4b54dCopy full SHA for bb4b54d
1 file changed
test/fiddle/test_pointer.rb
@@ -45,7 +45,7 @@ def test_malloc_block
45
end
46
47
def test_malloc_block_no_free
48
- assert_raise ArgumentError do
+ assert_raise ArgumentError do
49
Pointer.malloc(10) { |ptr| }
50
51
0 commit comments