mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove meaningless IO.open(1<<32) test.
This commit is contained in:
@@ -27,7 +27,6 @@ def assert_io_open(meth)
|
||||
|
||||
assert_raise(RuntimeError) { IO.__send__(meth, 1023) } # For Windows
|
||||
assert_raise(RuntimeError) { IO.__send__(meth, 1 << 26) }
|
||||
assert_raise(RuntimeError) { IO.__send__(meth, 1 << 32) } if (1 << 32).kind_of?(Integer)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user