diff options
| author | yui-knk <[email protected]> | 2014-05-20 23:02:47 +0900 |
|---|---|---|
| committer | yui-knk <[email protected]> | 2014-05-20 23:02:47 +0900 |
| commit | 756bfa6cd236b33eadf92f7725692623502bac9c (patch) | |
| tree | f1d34c616a0b001a0beb16fa8711787a5ce99d03 /test | |
| parent | 929328ad3bfc3f7b0e5d01b707098a93038f3413 (diff) | |
| download | mruby-756bfa6cd236b33eadf92f7725692623502bac9c.tar.gz mruby-756bfa6cd236b33eadf92f7725692623502bac9c.zip | |
Correct comment in exception test.
Diffstat (limited to 'test')
| -rw-r--r-- | test/t/exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/exception.rb b/test/t/exception.rb index e09bef815..8aa07e813 100644 --- a/test/t/exception.rb +++ b/test/t/exception.rb @@ -295,7 +295,7 @@ end assert('Exception 17') do r=begin - raise "a" # StandardError + raise "a" # RuntimeError rescue ArgumentError 1 rescue StandardError |
