summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-05-16 16:00:05 +0800
committerDaniel Bovensiepen <[email protected]>2012-05-16 16:00:05 +0800
commitdd6af6d2ec17c88c87844e75cd973fb4569c4c88 (patch)
tree93cbc3814001d4351f513725da1ef0302a75c523 /test
parentb4a80d7485beb63eb9a4baf5e149ccf58542ecb4 (diff)
downloadmruby-dd6af6d2ec17c88c87844e75cd973fb4569c4c88.tar.gz
mruby-dd6af6d2ec17c88c87844e75cd973fb4569c4c88.zip
Add newline in the end of test case files so that the concat of all files works in all cases proper
Diffstat (limited to 'test')
-rw-r--r--test/t/_assert.rb1
-rw-r--r--test/t/bs_block.rb1
-rw-r--r--test/t/bs_class.rb1
-rw-r--r--test/t/bs_exception.rb3
-rw-r--r--test/t/bs_literal.rb3
-rw-r--r--test/t/time.rb1
6 files changed, 8 insertions, 2 deletions
diff --git a/test/t/_assert.rb b/test/t/_assert.rb
index ecca78656..b2ce616e0 100644
--- a/test/t/_assert.rb
+++ b/test/t/_assert.rb
@@ -64,3 +64,4 @@ def report()
print($kill_test)
print("\n")
end
+
diff --git a/test/t/bs_block.rb b/test/t/bs_block.rb
index b290cb914..acbade449 100644
--- a/test/t/bs_block.rb
+++ b/test/t/bs_block.rb
@@ -388,3 +388,4 @@ assert('BS Block [ruby-core:14395]') do
t = Controller.new
t.test_for_bug
end
+
diff --git a/test/t/bs_class.rb b/test/t/bs_class.rb
index ae8668230..d8bb63c05 100644
--- a/test/t/bs_class.rb
+++ b/test/t/bs_class.rb
@@ -118,3 +118,4 @@ end
assert('BS Class Dup 2') do
module M; end; M.dup.class == Module
end
+
diff --git a/test/t/bs_exception.rb b/test/t/bs_exception.rb
index 406c07467..6ab2cee2a 100644
--- a/test/t/bs_exception.rb
+++ b/test/t/bs_exception.rb
@@ -154,4 +154,5 @@ assert('BS Exception 10') do
ensure
7+7
end == 12
-end
+end
+
diff --git a/test/t/bs_literal.rb b/test/t/bs_literal.rb
index a79b0b045..b1ae3a5d6 100644
--- a/test/t/bs_literal.rb
+++ b/test/t/bs_literal.rb
@@ -35,4 +35,5 @@ end
assert('BS Literal 9') do
Fixnum == 1234.class
-end \ No newline at end of file
+end
+
diff --git a/test/t/time.rb b/test/t/time.rb
index f33cdde0d..98b99f2c2 100644
--- a/test/t/time.rb
+++ b/test/t/time.rb
@@ -71,3 +71,4 @@ end
assert('Time#new') do
Time.new.class == Time
end
+