Commit 1a7bdcf1 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove local_variables test

parent e7034b57
...@@ -32,10 +32,6 @@ assert('Kernel.lambda', '15.3.1.2.6') do ...@@ -32,10 +32,6 @@ assert('Kernel.lambda', '15.3.1.2.6') do
l.call and l.class == Proc l.call and l.class == Proc
end end
assert('Kernel.local_variables', '15.3.1.2.7') do
Kernel.local_variables.class == Array
end
assert('Kernel.loop', '15.3.1.2.8') do assert('Kernel.loop', '15.3.1.2.8') do
i = 0 i = 0
...@@ -79,10 +75,6 @@ assert('Kernel#hash', '15.3.1.2.15') do ...@@ -79,10 +75,6 @@ assert('Kernel#hash', '15.3.1.2.15') do
hash == hash hash == hash
end end
assert('Kernel#local_variables', '15.3.1.2.28') do
local_variables.class == Array
end
assert('Kernel#loop', '15.3.1.2.29') do assert('Kernel#loop', '15.3.1.2.29') do
i = 0 i = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment