diff options
| -rw-r--r-- | test/mmtk/helper.rb | 16 | ||||
| -rw-r--r-- | test/mmtk/test_configuration.rb | 10 |
2 files changed, 0 insertions, 26 deletions
diff --git a/test/mmtk/helper.rb b/test/mmtk/helper.rb deleted file mode 100644 index 125e2846d8..0000000000 --- a/test/mmtk/helper.rb +++ /dev/null @@ -1,16 +0,0 @@ -# frozen_string_literal: true - -module MMTk - class TestCase < ::Test::Unit::TestCase - def setup - omit "Not running on MMTk" unless using_mmtk? - super - end - - private - - def using_mmtk? - GC.config(:implementation) == "mmtk" - end - end -end diff --git a/test/mmtk/test_configuration.rb b/test/mmtk/test_configuration.rb deleted file mode 100644 index f9cdb6bd40..0000000000 --- a/test/mmtk/test_configuration.rb +++ /dev/null @@ -1,10 +0,0 @@ -# frozen_string_literal: true - -require_relative "helper" - -module MMTk - class TestConfiguration < TestCase - def test_nogc - end - end -end |
