summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-30 16:25:51 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-30 16:25:51 +0900
commit1ac22054bcaf177770a98d293e2d6016b7c0d695 (patch)
treeca5190eab3326e83a2f651a7ffe83118d5df94e3
parent7cf607bb75556f6f1cd32de557466efeb79e0cb1 (diff)
downloadmruby-1ac22054bcaf177770a98d293e2d6016b7c0d695.tar.gz
mruby-1ac22054bcaf177770a98d293e2d6016b7c0d695.zip
remove debug print
-rw-r--r--test/t/hash.rb1
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