diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-22 16:09:50 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-22 16:09:50 +0900 |
| commit | b4f9b031deaf7c75dad7aa10f2318bb37e268fa3 (patch) | |
| tree | 6e38cc9b61330d34d09e157bca406dc1b084198c /test/t/bs_block.rb | |
| parent | 284a1d12ee6b0fdd77b042771f5db833112fc14e (diff) | |
| download | mruby-b4f9b031deaf7c75dad7aa10f2318bb37e268fa3.tar.gz mruby-b4f9b031deaf7c75dad7aa10f2318bb37e268fa3.zip | |
Some cosmetic changes
Diffstat (limited to 'test/t/bs_block.rb')
| -rw-r--r-- | test/t/bs_block.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/bs_block.rb b/test/t/bs_block.rb index 04a4a15ba..62eb7e32e 100644 --- a/test/t/bs_block.rb +++ b/test/t/bs_block.rb @@ -336,7 +336,7 @@ end assert('BS Block 28') do assert_equal(10) do - 3.times{|bl| + 3.times{ break 10 } end |
