mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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
|
||||
end
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ end
|
||||
assert('Time#new') do
|
||||
Time.new.class == Time
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user