summaryrefslogtreecommitdiffhomepage
path: root/test/t/runtimeerror.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-06-16 20:44:22 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-06-16 20:44:22 +0900
commitef5087bc9ad921e35b93b9d274c35518c0d94170 (patch)
treef254dd3629ad56a19bf21ef9c4276dea62195c8c /test/t/runtimeerror.rb
parent7ba2f8554629b8b0cf088ff7c7a2f33d31873e93 (diff)
parent6025f2c4ba682e72882189ba03ed7b4ca46c6237 (diff)
downloadmruby-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.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