Improved mac support
This commit is contained in:
parent
af259b364c
commit
f70a2e848d
25 changed files with 119 additions and 34 deletions
|
@ -1,13 +0,0 @@
|
|||
package elf_test
|
||||
|
||||
import (
|
||||
"io"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/elf"
|
||||
)
|
||||
|
||||
func TestELF(t *testing.T) {
|
||||
exe := elf.New(nil, nil)
|
||||
exe.Write(io.Discard)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue