From 1a7bdcf156d5a150bb0a24905970b0c6065c36ae Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 19 Jun 2012 16:48:31 +0900 Subject: remove local_variables test --- test/t/kernel.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test') 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 -- cgit v1.2.3