summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:34:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:34:37 +0000
commitc3da426d10a686dc24f86d000178a2d1eb852e17 (patch)
tree283d8fc06ecb928e417c789509a05f59dd26cabd /test
parenta00a9a28fbbb1268fc6c3c50a695adadbf5be4f4 (diff)
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_exception.rb2
-rw-r--r--test/ruby/test_settracefunc.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb
index a39e2c7723..18b0d6f725 100644
--- a/test/ruby/test_exception.rb
+++ b/test/ruby/test_exception.rb
@@ -472,7 +472,7 @@ end.join
assert_equal(false, s.tainted?,
"#{exc}#to_s should not propagate taintness")
end
-
+
o = Object.new
def o.to_str
"foo"
diff --git a/test/ruby/test_settracefunc.rb b/test/ruby/test_settracefunc.rb
index b5ee0eb93c..8ddd4b79a0 100644
--- a/test/ruby/test_settracefunc.rb
+++ b/test/ruby/test_settracefunc.rb
@@ -533,7 +533,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
def test_tracepoint
events1, answer_events = *trace_by_tracepoint()
-
+
mesg = events1.map{|e|
"#{e[0]} - #{e[2]}:#{e[1]} id: #{e[4]}"
}.join("\n")
@@ -627,7 +627,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
def test_tracepoint_enabled
trace = TracePoint.trace(:call){|tp|
- #
+ #
}
assert_equal(true, trace.enabled?)
trace.disable{