summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-26 06:28:42 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-26 06:28:42 +0000
commit7a0d1903d32d57543885929a22f5ead38feb00a8 (patch)
treeea9b760816f6935b78114baea90065aa6f48f5d2 /bootstraptest
parentaf96c97cb19daf141ce674e454cd8e95c744d4b9 (diff)
remove p.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
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")
}