mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/misc/test_ruby_mode.rb(test_singleton_class): Skip for Pending.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc5eb8970c
commit
fae8bc7362
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Mar 15 09:49:03 2011 Shota Fukumori <sorah@tubusu.net>
|
||||
|
||||
* test/misc/test_ruby_mode.rb(test_singleton_class): Skip for Pending.
|
||||
|
||||
Mon Mar 14 21:20:44 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
|
||||
|
||||
* test/ruby/test_require.rb (test_require_too_long_filename):
|
||||
|
|
|
@ -103,6 +103,7 @@ class TestRubyMode
|
|||
end
|
||||
|
||||
def test_singleton_class
|
||||
skip("pending")
|
||||
assert_indent('
|
||||
|class<<bar
|
||||
| foo
|
||||
|
|
Loading…
Add table
Reference in a new issue