From 7a0d1903d32d57543885929a22f5ead38feb00a8 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 26 Dec 2007 06:28:42 +0000 Subject: [PATCH] remove p. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 019a82d9bd..55b7ce01cb 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -34,5 +34,5 @@ assert_finish 1, %q{ sleep 0.1 w << "ab" } - p r.gets("abab") + r.gets("abab") }