* test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while):

Modify while condition to show dropping remains off after first false
  value. This change was made in 39711.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
headius 2013-03-15 16:55:43 +00:00
Родитель 84085167f8
Коммит a4010f4f7f
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Say Mar 15 01:33:00 2013 Charles Oliver Nutter <headius@headius.com>
* test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while):
Modify while condition to show dropping remains off after first false
value. This change was made in 39711.
Fri Mar 15 23:06:18 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* time.c (GetTimeval): check if already initialized instance.