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() ...@@ -64,3 +64,4 @@ def report()
print($kill_test) print($kill_test)
print("\n") print("\n")
end end
...@@ -388,3 +388,4 @@ assert('BS Block [ruby-core:14395]') do ...@@ -388,3 +388,4 @@ assert('BS Block [ruby-core:14395]') do
t = Controller.new t = Controller.new
t.test_for_bug t.test_for_bug
end end
...@@ -118,3 +118,4 @@ end ...@@ -118,3 +118,4 @@ end
assert('BS Class Dup 2') do assert('BS Class Dup 2') do
module M; end; M.dup.class == Module module M; end; M.dup.class == Module
end end
...@@ -154,4 +154,5 @@ assert('BS Exception 10') do ...@@ -154,4 +154,5 @@ assert('BS Exception 10') do
ensure ensure
7+7 7+7
end == 12 end == 12
end end
...@@ -35,4 +35,5 @@ end ...@@ -35,4 +35,5 @@ end
assert('BS Literal 9') do assert('BS Literal 9') do
Fixnum == 1234.class Fixnum == 1234.class
end end
\ No newline at end of file
...@@ -71,3 +71,4 @@ end ...@@ -71,3 +71,4 @@ end
assert('Time#new') do assert('Time#new') do
Time.new.class == Time Time.new.class == Time
end 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