diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-16 20:44:22 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-16 20:44:22 +0900 |
| commit | ef5087bc9ad921e35b93b9d274c35518c0d94170 (patch) | |
| tree | f254dd3629ad56a19bf21ef9c4276dea62195c8c /test/t/runtimeerror.rb | |
| parent | 7ba2f8554629b8b0cf088ff7c7a2f33d31873e93 (diff) | |
| parent | 6025f2c4ba682e72882189ba03ed7b4ca46c6237 (diff) | |
| download | mruby-ef5087bc9ad921e35b93b9d274c35518c0d94170.tar.gz mruby-ef5087bc9ad921e35b93b9d274c35518c0d94170.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'test/t/runtimeerror.rb')
| -rw-r--r-- | test/t/runtimeerror.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/runtimeerror.rb b/test/t/runtimeerror.rb index 3e0636186..b8d64a726 100644 --- a/test/t/runtimeerror.rb +++ b/test/t/runtimeerror.rb @@ -2,5 +2,5 @@ # RuntimeError ISO Test assert('RuntimeError', '15.2.28') do - RuntimeError.class == Class + assert_equal RuntimeError.class, Class end |
