summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-10 17:41:48 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-10 17:42:09 +0900
commitcc33d07f46559bfd11098c6b39c7c59faa892af9 (patch)
treed8dc0feb3e15db2eaec95ed61520afe1b6139cf3 /tool
parent943b6e4d9c480b9daf2352c28769a92eecf5f66a (diff)
Disable experimental warnings in test/runner.rb
Diffstat (limited to 'tool')
-rw-r--r--tool/test/runner.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/test/runner.rb b/tool/test/runner.rb
index 8ea51e63aa..c629943090 100644
--- a/tool/test/runner.rb
+++ b/tool/test/runner.rb
@@ -12,8 +12,6 @@ require "iseq_loader_checker"
require "gc_checker"
require_relative "../test-coverage.rb" if ENV.key?('COVERAGE')
-Warning[:experimental] = false
-
case $0
when __FILE__
dir = __dir__