1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/mini/test.rb (assert_match): get rid of confusion of

ruby-mode.el.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-09-28 09:40:51 +00:00
parent 6952b1a52a
commit 49cbbe7a88

View file

@ -1,7 +1,10 @@
Sun Sep 28 18:39:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Sep 28 18:40:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mini/test.rb (MINI_DIR): loaded path is expanded.
* lib/mini/test.rb (assert_match): get rid of confusion of
ruby-mode.el.
Sun Sep 28 12:36:09 2008 Koichi Sasada <ko1@atdot.net>
* vm_exec.c (vm_exec_core): add an UNLIKELY() hint.