Skip to content
Snippets Groups Projects
Unverified Commit 7863cc6f authored by rmnull's avatar rmnull
Browse files

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

parent f5ca649e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ describe Pathname do ...@@ -10,7 +10,7 @@ describe Pathname do
def patch_elfs def patch_elfs
mktmpdir do |tmp_dir| 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) FileUtils.cp(elf_dir/elf, tmp_dir/elf)
yield tmp_dir/elf yield tmp_dir/elf
end end
......
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment