summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-10-02 17:16:04 +0900
committerKoichi Sasada <ko1@atdot.net>2019-10-02 17:19:14 +0900
commit9759e3c9f09ec442b2aa0d0cc299ac791e516a01 (patch)
tree2009487a911b61756cc13b2f0a8d177dd11aa515 /tool
parent4ed51b39563df23ad9a9c1fa192ee213cb958991 (diff)
fix assertion number.
On parallel test, there are additional tests because of implicit checkers which are enabled on 84cbce3d88.
Diffstat (limited to 'tool')
-rw-r--r--tool/test/testunit/test_parallel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test/testunit/test_parallel.rb b/tool/test/testunit/test_parallel.rb
index 2cb85ad3e0..ac4c924eba 100644
--- a/tool/test/testunit/test_parallel.rb
+++ b/tool/test/testunit/test_parallel.rb
@@ -112,7 +112,7 @@ module TestParallel
result = Marshal.load($1.chomp.unpack("m")[0])
assert_equal(5, result[0])
- assert_equal(2, result[1])
+ assert_equal(17, result[1])
assert_kind_of(Array,result[2])
assert_kind_of(Array,result[3])
assert_kind_of(Array,result[4])