aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index 50f101867a..25ad11c64f 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -139,6 +139,7 @@ class TestFile < Test::Unit::TestCase
while size = q1.pop
assert_equal size, File.size(f.path)
+ assert_equal size, f.size
q2.push true
end
end