diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-01-13 15:10:50 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-01-13 20:11:06 +0000 |
| commit | 5f3d1eeb55ec69591e76633346d8a4812d3cc36b (patch) | |
| tree | 91481fc201f4ec31ebfe0ff0458fe41413add0d1 | |
| parent | ed4b1f9c1acac821e27d440d2bbb6837b59a7470 (diff) | |
[ruby/mmtk] Remove accidentally committed files
https://github.com/ruby/mmtk/commit/154a038293
| -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 |
