summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit/testcase.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 18:04:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 18:10:15 +0900
commita13ee1f33cca476061f3ed7c823059188884fc17 (patch)
treecbb577b826bdcb60f8d2eb1e210dfbc61dd8e8da /tool/lib/test/unit/testcase.rb
parentaebd0a873e9de23544426e5a27e0fb68140d474a (diff)
Removed rubinius support from test suite
Diffstat (limited to 'tool/lib/test/unit/testcase.rb')
-rw-r--r--tool/lib/test/unit/testcase.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/tool/lib/test/unit/testcase.rb b/tool/lib/test/unit/testcase.rb
index 28114a88ea..a526c17423 100644
--- a/tool/lib/test/unit/testcase.rb
+++ b/tool/lib/test/unit/testcase.rb
@@ -37,13 +37,6 @@ module Test
end
##
- # Is this running on rubinius?
-
- def rubinius? platform = defined?(RUBY_ENGINE) && RUBY_ENGINE
- "rbx" == platform
- end
-
- ##
# Is this running on windows?
def windows? platform = RUBY_PLATFORM