Commit 0f742392 authored by take_cheeze's avatar take_cheeze

Add ISO index to `Kernel.local_variables`.

parent a1d11762
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment