summaryrefslogtreecommitdiffhomepage
path: root/test/t/runtimeerror.rb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-06-14 22:20:42 +0800
committerDaniel Bovensiepen <[email protected]>2013-06-14 22:20:42 +0800
commita028a388f7899f580421504a4cd6a2438450e84b (patch)
tree96abfda2b17be6c186ea0b1aa3ba86ab94623c75 /test/t/runtimeerror.rb
parent0e16fd3562ef9464b6c25be049b8b3b3ff629674 (diff)
downloadmruby-a028a388f7899f580421504a4cd6a2438450e84b.tar.gz
mruby-a028a388f7899f580421504a4cd6a2438450e84b.zip
Improve RuntimeError Tests
Diffstat (limited to 'test/t/runtimeerror.rb')
-rw-r--r--test/t/runtimeerror.rb2
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