diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-06-14 22:20:42 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-06-14 22:20:42 +0800 |
| commit | a028a388f7899f580421504a4cd6a2438450e84b (patch) | |
| tree | 96abfda2b17be6c186ea0b1aa3ba86ab94623c75 /test/t/runtimeerror.rb | |
| parent | 0e16fd3562ef9464b6c25be049b8b3b3ff629674 (diff) | |
| download | mruby-a028a388f7899f580421504a4cd6a2438450e84b.tar.gz mruby-a028a388f7899f580421504a4cd6a2438450e84b.zip | |
Improve RuntimeError Tests
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 |
