summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-06-30 11:39:39 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-06-30 11:39:39 +0900
commit3391682edaf43d415e509809f72d6b859d69d7a4 (patch)
treebe595d58ca71bc05e7917c09739d92ad2c373362 /tool/sync_default_gems.rb
parent393f84da4a47134c5cb8235f299e3c5d2e92f21d (diff)
tool/sync_default_gems.rb: remove unneeded code for error_highlight sync
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 10b08fdf6d..5ef672b35b 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -317,7 +317,6 @@ def sync_default_gems(gem)
cp_r(Dir.glob("#{upstream}/lib/error_highlight*"), "lib")
cp_r("#{upstream}/error_highlight.gemspec", "lib/error_highlight")
cp_r("#{upstream}/test", "test/error_highlight")
- rm_rf(%w[test/error_highlight/tree_spell/test_explore.rb])
else
sync_lib gem, upstream
end