remove {rust,cpp,go}.elf fixutres.

This commit is contained in:
rmnull 2020-09-02 18:55:09 +05:30
parent f5ca649e1d
commit 7863cc6f80
No known key found for this signature in database
GPG Key ID: 35BAB82D31EFAD91
4 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe Pathname do
def patch_elfs
mktmpdir do |tmp_dir|
%w[c.elf cpp.elf go.elf rust.elf].each do |elf|
%w[c.elf].each do |elf|
FileUtils.cp(elf_dir/elf, tmp_dir/elf)
yield tmp_dir/elf
end