summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-05-18 23:34:56 +0900
committertake_cheeze <[email protected]>2014-05-18 23:34:56 +0900
commit0f742392b556c8f2343fa7dd70ca17e86318b657 (patch)
tree66dd58a6fa6bb17d39ceb33762606923cb0f1ada
parenta1d11762dc494a1d72064703f3c817f6031d77cb (diff)
downloadmruby-0f742392b556c8f2343fa7dd70ca17e86318b657.tar.gz
mruby-0f742392b556c8f2343fa7dd70ca17e86318b657.zip
Add ISO index to `Kernel.local_variables`.
-rw-r--r--mrbgems/mruby-proc-ext/test/proc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-proc-ext/test/proc.rb b/mrbgems/mruby-proc-ext/test/proc.rb
index 4da98de05..443bd330c 100644
--- a/mrbgems/mruby-proc-ext/test/proc.rb
+++ b/mrbgems/mruby-proc-ext/test/proc.rb
@@ -75,7 +75,7 @@ assert('mrb_cfunc_env_get') do
assert_equal 1, t.get_int(1)
end
-assert('Kernel.local_variables') do
+assert('Kernel.local_variables', '15.3.1.2.7') do
a, b = 0, 1
a += b