summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
+