aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2019-12-04 21:02:21 -0500
committerGitHub <noreply@github.com>2019-12-04 21:02:21 -0500
commitdf76f2c577b6567b617be2df9451123cc450d1cc (patch)
tree949c39c14bcd629cd76545857b501a5635801db6 /tool
parente4db0443bcfc94f9183e8ea72fb4ab560aa005bf (diff)
downloadruby-df76f2c577b6567b617be2df9451123cc450d1cc.tar.gz
Make TracePoint.stat a singleton method again (#2726)
[Bug #16399]
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 60fc2073dd..d5f7cf4487 100644
--- a/tool/test/testunit/test_parallel.rb
+++ b/tool/test/testunit/test_parallel.rb
@@ -113,7 +113,7 @@ module TestParallel
result = Marshal.load($1.chomp.unpack("m")[0])
assert_equal(5, result[0])
- assert_equal(12, 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])