From 0d99856b57f172948c4e579c8f96cc19aa3d8568 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sun, 8 Jul 2012 00:20:56 +0900 Subject: proper type check when creating a range; #345 --- 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 654a9ba5c..bef9a8564 100644 --- a/test/t/bs_block.rb +++ b/test/t/bs_block.rb @@ -62,7 +62,7 @@ end assert('BS Block 7') do ans = [] for m in 1..3 - for n in 1..3 + for n in 2..4 a = [m, n] ans << a end -- cgit v1.2.3