summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-10 03:00:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-10 03:00:08 +0000
commit9804e68f973716d31d1bdfbc132b801d22327772 (patch)
tree23f9d2687407cabafd96998f41742deecc8226a8 /sample
parent64ae820d6991d87937dbe8b389a10dbf230b6af6 (diff)
sample/test.rb: newline
* sample/test.rb (PROGRESS.finish): newline after each tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rwxr-xr-xsample/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/test.rb b/sample/test.rb
index cc8d5aa46a..fac4c45183 100755
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -63,6 +63,7 @@ PROGRESS.instance_eval do
def self.init
end
def self.finish
+ STDERR.puts
end
end
end