diff options
| author | Nobuyoshi Nakada <[email protected]> | 2016-09-27 10:37:35 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <[email protected]> | 2016-09-28 12:29:41 +0900 |
| commit | 6511bfd79af479bd889a2d9250631a5ed78ecf51 (patch) | |
| tree | a224e6c6d052d05d5433298b17daa83d01de3872 /mrbgems/mruby-error | |
| parent | 9d3167cabe64b61ce707a00a3a3108b580cf5d11 (diff) | |
| download | mruby-6511bfd79af479bd889a2d9250631a5ed78ecf51.tar.gz mruby-6511bfd79af479bd889a2d9250631a5ed78ecf51.zip | |
Removed trailing spaces
Diffstat (limited to 'mrbgems/mruby-error')
| -rw-r--r-- | mrbgems/mruby-error/test/exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-error/test/exception.rb b/mrbgems/mruby-error/test/exception.rb index 0bbc2a0e7..908465045 100644 --- a/mrbgems/mruby-error/test/exception.rb +++ b/mrbgems/mruby-error/test/exception.rb @@ -5,7 +5,7 @@ assert 'mrb_protect' do end # failure in protect returns [exception, true] result = ExceptionTest.mrb_protect { raise 'test' } - assert_kind_of RuntimeError, result[0] + assert_kind_of RuntimeError, result[0] assert_true result[1] end |
