summaryrefslogtreecommitdiff
path: root/test/ruby/allpairs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/allpairs.rb')
-rw-r--r--test/ruby/allpairs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/allpairs.rb b/test/ruby/allpairs.rb
index 393d0c3288..6cb2729b19 100644
--- a/test/ruby/allpairs.rb
+++ b/test/ruby/allpairs.rb
@@ -26,7 +26,7 @@ module AllPairs
yield row
}
}
- end
+ end
def combine_block(tbl1, tbl2)
result = []
@@ -49,7 +49,7 @@ module AllPairs
tbl = []
make_basic_block(v) {|row|
tbl << row
- }
+ }
tbls = [tbl]
while tbl.first.length ** 2 < prime
tbl = combine_block(tbl, tbl)