summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 02:16:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 02:16:00 +0000
commit696d3046d1e0a81ccd616cd181f067e392182930 (patch)
tree7319ee843e63daf956cfe4997dd498de6dc377df /test
parent787fd8581ab0a4bd519f156d3c2df00587fa2da7 (diff)
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/-ext-/postponed_job/test_postponed_job.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/postponed_job/test_postponed_job.rb b/test/-ext-/postponed_job/test_postponed_job.rb
index 754f015624..cf32eb7bd3 100644
--- a/test/-ext-/postponed_job/test_postponed_job.rb
+++ b/test/-ext-/postponed_job/test_postponed_job.rb
@@ -22,4 +22,4 @@ class TestPostponed_job < Test::Unit::TestCase
assert_match /postponed_job_call_direct_wrapper/, direct.join
assert_not_match /postponed_job_register_wrapper/, registered.join
end
-end \ No newline at end of file
+end