diff options
| author | take_cheeze <[email protected]> | 2014-05-18 23:34:56 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-05-18 23:34:56 +0900 |
| commit | 0f742392b556c8f2343fa7dd70ca17e86318b657 (patch) | |
| tree | 66dd58a6fa6bb17d39ceb33762606923cb0f1ada | |
| parent | a1d11762dc494a1d72064703f3c817f6031d77cb (diff) | |
| download | mruby-0f742392b556c8f2343fa7dd70ca17e86318b657.tar.gz mruby-0f742392b556c8f2343fa7dd70ca17e86318b657.zip | |
Add ISO index to `Kernel.local_variables`.
| -rw-r--r-- | mrbgems/mruby-proc-ext/test/proc.rb | 2 |
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 |
