Unverified Commit d544401f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4298 from shuujii/remove-unneeded-const_defined-Time-in-mruby-io-test

Remove unneeded `const_defined?(:Time)` in `mruby-io` test
parents 68f421c8 c6cd6997
......@@ -69,9 +69,6 @@ assert('File#flock') do
end
assert('File#mtime') do
unless Object.const_defined?(:Time)
skip "File#mtime require Time"
end
begin
File.open("#{$mrbtest_io_wfname}.mtime", 'w') do |f|
assert_equal Time, f.mtime.class
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment