From becb7e98779914cdb1e5703ffe01ce408910523f Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sun, 8 Jul 2012 00:19:40 +0900 Subject: .. is weaker than == --- test/t/bs_block.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3