Add newline in the end of test case files so that the concat of all files works in all cases proper

This commit is contained in:
Daniel Bovensiepen
2012-05-16 16:00:05 +08:00
parent b4a80d7485
commit dd6af6d2ec
6 changed files with 8 additions and 2 deletions
+1
View File
@@ -64,3 +64,4 @@ def report()
print($kill_test)
print("\n")
end
+1
View File
@@ -388,3 +388,4 @@ assert('BS Block [ruby-core:14395]') do
t = Controller.new
t.test_for_bug
end
+1
View File
@@ -118,3 +118,4 @@ end
assert('BS Class Dup 2') do
module M; end; M.dup.class == Module
end
+2 -1
View File
@@ -154,4 +154,5 @@ assert('BS Exception 10') do
ensure
7+7
end == 12
end
end
+2 -1
View File
@@ -35,4 +35,5 @@ end
assert('BS Literal 9') do
Fixnum == 1234.class
end
end
+1
View File
@@ -71,3 +71,4 @@ end
assert('Time#new') do
Time.new.class == Time
end