aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 06:09:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-14 06:09:04 +0000
commit72360463598453e7a79eb81a3974cbd2d20de016 (patch)
tree125cc6449715b0dda1c24a1afd4bb98ff3d31a6d
parentc97dc42bb0c7e4843639895c62ef3d5012632b9b (diff)
downloadruby-72360463598453e7a79eb81a3974cbd2d20de016.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8118579176..95c6d718d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,7 +35,7 @@ Fri Dec 14 10:36:10 2012 NARUSE, Yui <naruse@ruby-lang.org>
Fri Dec 14 04:08:05 2012 NARUSE, Yui <naruse@ruby-lang.org>
- * test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):
+ * test/ruby/envutil.rb (Test::Unit::Assertions#assert_separately):
added to execute given test source on separate process,
catch its resulted exception and raise it on main process.