diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-20 11:27:06 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-20 11:27:06 +0900 |
| commit | 7195600dbf8d1683bcc5e9bfc3dd8547c222694e (patch) | |
| tree | cd6841e739d9ed84078bed65cd3abe7cc9c5873a /mrbgems/mruby-proc-ext/test/proc.rb | |
| parent | 4b6de9dea6f630b62db12102b9212740f935b9b6 (diff) | |
| parent | 4004e122a28f48206dc1f39c731993c632d7ac6a (diff) | |
| download | mruby-7195600dbf8d1683bcc5e9bfc3dd8547c222694e.tar.gz mruby-7195600dbf8d1683bcc5e9bfc3dd8547c222694e.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-proc-ext/test/proc.rb')
| -rw-r--r-- | mrbgems/mruby-proc-ext/test/proc.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mrbgems/mruby-proc-ext/test/proc.rb b/mrbgems/mruby-proc-ext/test/proc.rb index 443bd330c..0f5ecfb94 100644 --- a/mrbgems/mruby-proc-ext/test/proc.rb +++ b/mrbgems/mruby-proc-ext/test/proc.rb @@ -74,17 +74,3 @@ assert('mrb_cfunc_env_get') do assert_equal 1, t.get_int(1) end - -assert('Kernel.local_variables', '15.3.1.2.7') do - a, b = 0, 1 - a += b - - vars = Kernel.local_variables.sort - assert_equal [:a, :b, :vars], vars - - proc { - c = 2 - vars = Kernel.local_variables.sort - assert_equal [:a, :b, :c, :vars], vars - }.call -end |
