summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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