summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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