summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-19 15:00:57 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-19 15:00:57 +0900
commitef01692c543efc4693b4e00901797f6d7d2c4966 (patch)
tree0d373c29069949f136912c49969f102beb01f484
parentc0e6f5f801a004bb2bab570ff05e6f35a60ecfe0 (diff)
parent0f742392b556c8f2343fa7dd70ca17e86318b657 (diff)
downloadmruby-ef01692c543efc4693b4e00901797f6d7d2c4966.tar.gz
mruby-ef01692c543efc4693b4e00901797f6d7d2c4966.zip
Merge pull request #2289 from take-cheeze/local_variables_iso
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