diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-30 16:25:51 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-30 16:25:51 +0900 |
| commit | 1ac22054bcaf177770a98d293e2d6016b7c0d695 (patch) | |
| tree | ca5190eab3326e83a2f651a7ffe83118d5df94e3 /test | |
| parent | 7cf607bb75556f6f1cd32de557466efeb79e0cb1 (diff) | |
| download | mruby-1ac22054bcaf177770a98d293e2d6016b7c0d695.tar.gz mruby-1ac22054bcaf177770a98d293e2d6016b7c0d695.zip | |
remove debug print
Diffstat (limited to 'test')
| -rw-r--r-- | test/t/hash.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/hash.rb b/test/t/hash.rb index 240f6616b..af662688a 100644 --- a/test/t/hash.rb +++ b/test/t/hash.rb @@ -222,6 +222,5 @@ end assert('Hash#values', '15.2.13.4.28') do a = { 'abc_key' => 'abc_value' } - p a.values a.values == ['abc_value'] end |
