diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-02-08 07:19:40 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-08 07:19:40 +0900 |
| commit | 687a4d961f74d45afd8db715e5eaafba96457441 (patch) | |
| tree | 4147b7197e61a4c1f6746785b2c45c507fb9e4f9 /mrbgems/mruby-io/test/file.rb | |
| parent | bdc9de875f5545d4dbf8136dbfb576a0caacf7e3 (diff) | |
| parent | 12ba571a1385dd83bdccb63aab3b0ce34720c694 (diff) | |
| download | mruby-687a4d961f74d45afd8db715e5eaafba96457441.tar.gz mruby-687a4d961f74d45afd8db715e5eaafba96457441.zip | |
Merge pull request #4251 from shuujii/remove-no-meaning-statements-in-mruby-io-tests
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.rb | 1 |
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 |
