diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-04-17 13:25:36 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-04-17 13:25:36 +0900 |
| commit | 7626508f62b3bafc756e87e97f0fef2d6013b388 (patch) | |
| tree | 9b063196911c27ef79145448b0d9e7d0149b81e5 /test | |
| parent | 0f8969041a7b4d8af5b248c1f04d6b56e337ed4a (diff) | |
| download | mruby-7626508f62b3bafc756e87e97f0fef2d6013b388.tar.gz mruby-7626508f62b3bafc756e87e97f0fef2d6013b388.zip | |
catching NameError here is not desirable.
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 5c15cdea0..5d46d4632 100644 --- a/test/t/exception.rb +++ b/test/t/exception.rb @@ -321,7 +321,7 @@ assert('Exception 19') do r = @e = false begin b - rescue + rescue TypeError r = self.z end [ r, @e ] |
