diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-05-16 16:00:05 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-05-16 16:00:05 +0800 |
| commit | dd6af6d2ec17c88c87844e75cd973fb4569c4c88 (patch) | |
| tree | 93cbc3814001d4351f513725da1ef0302a75c523 /test/t/_assert.rb | |
| parent | b4a80d7485beb63eb9a4baf5e149ccf58542ecb4 (diff) | |
| download | mruby-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/t/_assert.rb')
| -rw-r--r-- | test/t/_assert.rb | 1 |
1 files changed, 1 insertions, 0 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 + |
