diff options
-rw-r--r-- | test/ruby/test_variable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ class TestVariable < Test::Unit::TestCase end def test_variable - assert_instance_of(Fixnum, $$) # read-only variable assert_raise(NameError) do |