summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/t/kernel.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/t/kernel.rb b/test/t/kernel.rb
index 5e25d6516..ba708dbb7 100644
--- a/test/t/kernel.rb
+++ b/test/t/kernel.rb
@@ -32,10 +32,6 @@ assert('Kernel.lambda', '15.3.1.2.6') do
l.call and l.class == Proc
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
i = 0
@@ -79,10 +75,6 @@ assert('Kernel#hash', '15.3.1.2.15') do
hash == hash
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
i = 0