Simplified linker interface
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Eduard Urbach 2025-07-09 21:13:50 +02:00
parent e6a6be1181
commit 7e9f5d500f
Signed by: ed
GPG key ID: 49226B848C78F6C8
10 changed files with 19 additions and 18 deletions

View file

@ -33,7 +33,7 @@ func (test *testRun) Run(t *testing.T, path string) {
executable := b.Executable()
executable = filepath.Join(tmpDir, filepath.Base(executable))
err = linker.WriteFile(executable, b, env)
err = linker.WriteFile(executable, env)
assert.Nil(t, err)
stat, err := os.Stat(executable)