summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/test/file.rb
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-01-27 20:35:41 +0900
committerKOBAYASHI Shuji <[email protected]>2019-01-27 20:35:41 +0900
commite85cb9799cd54d5fa79500f07e559a4169d4243f (patch)
tree0ae7241374b3d753907e0554f57b61e775f9ac74 /mrbgems/mruby-io/test/file.rb
parent1b597f9da45aecfc4d02752629d93de1325d86a4 (diff)
downloadmruby-e85cb9799cd54d5fa79500f07e559a4169d4243f.tar.gz
mruby-e85cb9799cd54d5fa79500f07e559a4169d4243f.zip
Remove no meaning statements in `mruby-io` tests
Diffstat (limited to 'mrbgems/mruby-io/test/file.rb')
-rw-r--r--mrbgems/mruby-io/test/file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/test/file.rb b/mrbgems/mruby-io/test/file.rb
index 7b67ded26..539e25047 100644
--- a/mrbgems/mruby-io/test/file.rb
+++ b/mrbgems/mruby-io/test/file.rb
@@ -177,7 +177,6 @@ assert('File.path') do
assert_equal "a/../b/./c", File.path("a/../b/./c")
assert_raise(TypeError) { File.path(nil) }
assert_raise(TypeError) { File.path(123) }
-
end
assert('File.symlink') do