summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/t/bs_block.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/bs_block.rb b/test/t/bs_block.rb
index 084d3b30f..bef9a8564 100644
--- a/test/t/bs_block.rb
+++ b/test/t/bs_block.rb
@@ -62,11 +62,11 @@ 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
- end == 1..3
+ end == (1..3)
end
assert('BS Block 8') do