Commit dd6af6d2 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

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

parent b4a80d74
......@@ -64,3 +64,4 @@ def report()
print($kill_test)
print("\n")
end
......@@ -388,3 +388,4 @@ assert('BS Block [ruby-core:14395]') do
t = Controller.new
t.test_for_bug
end
......@@ -118,3 +118,4 @@ end
assert('BS Class Dup 2') do
module M; end; M.dup.class == Module
end
......@@ -154,4 +154,5 @@ assert('BS Exception 10') do
ensure
7+7
end == 12
end
end
......@@ -35,4 +35,5 @@ end
assert('BS Literal 9') do
Fixnum == 1234.class
end
\ No newline at end of file
end
......@@ -71,3 +71,4 @@ end
assert('Time#new') do
Time.new.class == Time
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment