diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-08 00:19:40 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-08 00:19:40 +0900 |
| commit | becb7e98779914cdb1e5703ffe01ce408910523f (patch) | |
| tree | f6d1d5031749ab5a5342f21d3d0f89b3f0daf460 /test | |
| parent | 8268ba2755ec467d100c799dbf53c13f38fda436 (diff) | |
| download | mruby-becb7e98779914cdb1e5703ffe01ce408910523f.tar.gz mruby-becb7e98779914cdb1e5703ffe01ce408910523f.zip | |
.. is weaker than ==
Diffstat (limited to 'test')
| -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 084d3b30f..654a9ba5c 100644 --- a/test/t/bs_block.rb +++ b/test/t/bs_block.rb @@ -66,7 +66,7 @@ assert('BS Block 7') do a = [m, n] ans << a end - end == 1..3 + end == (1..3) end assert('BS Block 8') do |
