diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-16 21:51:01 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-16 21:51:01 +0000 |
commit | 75c1cac7f306627ce2a96faa0ca17ffb039bd762 (patch) | |
tree | 9bbde912ce8a99ce68eec4a5258b75f3a686e408 /test/ruby/test_variable.rb | |
parent | c89882197ed679e89b120dd328cd053d7ad56094 (diff) |
* {ext,lib,test}/**/*.rb: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_variable.rb')
-rw-r--r-- | test/ruby/test_variable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb index 8726160826..124ef6f2ed 100644 --- a/test/ruby/test_variable.rb +++ b/test/ruby/test_variable.rb @@ -31,7 +31,7 @@ class TestVariable < Test::Unit::TestCase def test_variable assert_instance_of(Fixnum, $$) - + # read-only variable assert_raises(NameError) do $$ = 5 |