summaryrefslogtreecommitdiffhomepage
path: root/test/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/file.rb')
-rw-r--r--test/file.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/file.rb b/test/file.rb
index c8df85e89..d6f39ceb1 100644
--- a/test/file.rb
+++ b/test/file.rb
@@ -64,12 +64,6 @@ assert('IO#flock') do
true
end
-
-assert('File.size') do
- File.size($mrbtest_io_rfname) == $mrbtest_io_msg.size and
- File.size($mrbtest_io_wfname) == 0
-end
-
assert('File.join') do
File.join() == "" and
File.join("a") == "a" and