summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-11 04:21:12 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-11 04:21:12 +0000
commit24d86dc09d4cef6de3e5667506b583d376cc8c6e (patch)
tree15e7bada92c68054036d02f84ac737705fb3032c /test
parent33e861ba3945aaf7fea2b740259d7409e57193bb (diff)
merges r28174 from trunk into ruby_1_9_2.
-- add an assertion message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_rand.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rand.rb b/test/ruby/test_rand.rb
index ed74c5b211..e22e532c53 100644
--- a/test/ruby/test_rand.rb
+++ b/test/ruby/test_rand.rb
@@ -398,7 +398,7 @@ END
raise 'default seed is not set' if srand == 0
end
p2, st = Process.waitpid2(pid)
- assert(st.success?)
+ assert(st.success?, "#{st.inspect}")
rescue NotImplementedError, ArgumentError
end