summaryrefslogtreecommitdiffhomepage
path: root/test/t/runtimeerror.rb
diff options
context:
space:
mode:
authormirichi <[email protected]>2013-06-22 08:06:48 +0900
committermirichi <[email protected]>2013-06-22 08:06:48 +0900
commita01845b502a902ee1de2f34645177e64fafbb551 (patch)
tree86d9a57bc44974d111dabb5e46d4f3e89ffe026d /test/t/runtimeerror.rb
parenta5f63e486473595d67601851f00b6bb96b377a8d (diff)
parent8cb730ae4e63a953819023a2e31265d758b9fe42 (diff)
downloadmruby-a01845b502a902ee1de2f34645177e64fafbb551.tar.gz
mruby-a01845b502a902ee1de2f34645177e64fafbb551.zip
Merge remote-tracking branch 'remotes/mruby/master'
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