summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 6b6150ab29..912f84e2d4 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -850,7 +850,6 @@ $x = ary.pack($format)
ary2 = $x.unpack($format)
ok(ary.length == ary2.length)
-p [ary.join(':'), ary2.join(':')]
ok(ary.join(':') == ary2.join(':'))
ok($x =~ /def/)