diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-04 13:32:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-04 13:32:11 +0000 |
| commit | 42bb2c712e46606fd005aa8ca3c3cc041b73d62e (patch) | |
| tree | 62a4f820f3e869ebbc3cfa709fb0dac670bf97e7 /ChangeLog | |
| parent | 3977fd332f26c44afeb2f3c950be6af358ac294d (diff) | |
test/unit.rb: split Test::Unit
* test/lib/test/unit.rb (Test::Unit): split the large class into
each modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jan 4 22:32:09 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * test/lib/test/unit.rb (Test::Unit): split the large class into + each modules. + Sun Jan 4 21:32:52 2015 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (f_label): return tLABEL value as it is. |
