summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-08 05:04:17 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-08 05:04:17 +0000
commit0d382f4878e176a286344fd6c8da27d0a6f91175 (patch)
tree2e230931dc06e845214d76820abce2547e789a34 /test
parent622193d32a5ca27074acd072b655e4037f845dec (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_symbol.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb
index 7f278ad4d7..66c62cb298 100644
--- a/test/ruby/test_symbol.rb
+++ b/test/ruby/test_symbol.rb
@@ -255,6 +255,6 @@ class TestSymbol < Test::Unit::TestCase
assert_nothing_raised(RuntimeError, bug11035) {
h['bar'.to_sym] = 2
}
- end
- end;
+ end;
+ end
end