diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-23 12:00:49 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-23 12:00:49 +0900 |
| commit | 52b2d092d38482257971789bc59257d16bbe8c4c (patch) | |
| tree | 8c26e1856b5fa52fa3b5c685e70beaa8499319a4 /test/t/integer.rb | |
| parent | 7ee8018d606bcb79ecefb49b18464a123dcb9a47 (diff) | |
| download | mruby-52b2d092d38482257971789bc59257d16bbe8c4c.tar.gz mruby-52b2d092d38482257971789bc59257d16bbe8c4c.zip | |
test t/*.rb spacing fix
Diffstat (limited to 'test/t/integer.rb')
| -rw-r--r-- | test/t/integer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/integer.rb b/test/t/integer.rb index ec133785d..5e73b41b5 100644 --- a/test/t/integer.rb +++ b/test/t/integer.rb @@ -108,7 +108,7 @@ assert('Integer#downto', '15.2.8.3.15') do 3.downto(1) do |i| a += i end - a == 6 + a == 6 end assert('Integer#eql?', '15.2.8.3.16') do |
