mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
01433e4d53
commit
f56c6318de
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 22 23:27:08 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]
|
||||
|
||||
Wed Feb 22 21:45:56 2012 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/curses/curses.c: use defined() to suppress a warning.
|
||||
|
|
|
@ -40,4 +40,4 @@ class TestIconv::Option < TestIconv
|
|||
assert_equal(SJIS_STR, str)
|
||||
iconv.close
|
||||
end
|
||||
end if false and defined?(TestIconv)
|
||||
end if defined?(TestIconv)
|
||||
|
|
Loading…
Reference in a new issue