diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-20 23:16:26 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-20 23:16:26 +0900 |
| commit | abbb8c5c319d2ea6d809e5a963d7564fd9452440 (patch) | |
| tree | 06335c617fa6e00f71c7b3e39637cea39bd289b7 | |
| parent | ee274ba30f3b697e0855fe7c093136f3c8b80f6f (diff) | |
| parent | 756bfa6cd236b33eadf92f7725692623502bac9c (diff) | |
| download | mruby-abbb8c5c319d2ea6d809e5a963d7564fd9452440.tar.gz mruby-abbb8c5c319d2ea6d809e5a963d7564fd9452440.zip | |
Merge pull request #2300 from yui-knk/fix-comment
Correct comment in exception 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 |
