summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-19 16:48:31 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-19 16:48:31 +0900
commit1a7bdcf156d5a150bb0a24905970b0c6065c36ae (patch)
treea02efde96062ff6c20d2cccadcaacc32e08c7a57 /test
parente7034b57ff9795456b5b8c8252e8f073be6b97fd (diff)
downloadmruby-1a7bdcf156d5a150bb0a24905970b0c6065c36ae.tar.gz
mruby-1a7bdcf156d5a150bb0a24905970b0c6065c36ae.zip
remove local_variables test
Diffstat (limited to 'test')
-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