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

* test/ruby/test_symbol.rb: fix syntax error.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-04-08 05:04:17 +00:00
parent 622193d32a
commit 0d382f4878
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Apr 8 14:03:47 2015 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_symbol.rb: fix syntax error.
Wed Apr 8 13:01:06 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_any_hash): Symbols are compared by the identities

View file

@ -255,6 +255,6 @@ class TestSymbol < Test::Unit::TestCase
assert_nothing_raised(RuntimeError, bug11035) {
h['bar'.to_sym] = 2
}
end
end;
end
end