diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-26 06:28:42 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-26 06:28:42 +0000 |
| commit | 2d25079cbb537f8da0110c0fd02639cce90fcd68 (patch) | |
| tree | ea9b760816f6935b78114baea90065aa6f48f5d2 /bootstraptest | |
| parent | 4ac967ce4769ee7332c3143ea7e9e63adee52fd6 (diff) | |
| download | ruby-2d25079cbb537f8da0110c0fd02639cce90fcd68.tar.gz ruby-2d25079cbb537f8da0110c0fd02639cce90fcd68.tar.xz ruby-2d25079cbb537f8da0110c0fd02639cce90fcd68.zip | |
remove p.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 019a82d9b..55b7ce01c 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") } |
