diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-21 10:39:29 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-21 10:39:29 +0900 |
| commit | 21bd5d792418910978266563a46974412bba8e0b (patch) | |
| tree | ff652219d56004f3af62a4c457f69df6323bd915 /test/t | |
| parent | 84a2fb102c20ddf51db9e29e6e8c3bb1c263a94b (diff) | |
| download | mruby-21bd5d792418910978266563a46974412bba8e0b.tar.gz mruby-21bd5d792418910978266563a46974412bba8e0b.zip | |
print description on exceptions
Diffstat (limited to 'test/t')
| -rw-r--r-- | test/t/time.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/time.rb b/test/t/time.rb index 98b99f2c2..9ad0e4aff 100644 --- a/test/t/time.rb +++ b/test/t/time.rb @@ -23,8 +23,8 @@ assert('Time#initialize_copy', '15.2.19.7.17') do end assert('Time#mday', '15.2.19.7.19') do - Time.gm(2012, 12, 23).mday == 23 -end + Time.gm(2012, 12, 23).mday == 23 +end assert('Time#month', '15.2.19.7.22') do Time.gm(2012, 12, 23).month == 12 |
