engine, lang, lib: Re-order for consistency

Some small cleanups to make room for future patches.
This commit is contained in:
James Shubin
2023-12-01 14:44:00 -05:00
parent 984fb702e5
commit 7991b4ab25
5 changed files with 14 additions and 12 deletions

View File

@@ -2001,9 +2001,9 @@ func TestAstFunc3(t *testing.T) {
Program: "testing", // TODO: name it mgmt?
//Version: obj.Version,
Hostname: "localhost",
Converger: converger,
World: world,
Prefix: fmt.Sprintf("%s/", filepath.Join(tmpdir, "engine")),
Converger: converger,
Debug: testing.Verbose(),
Logf: func(format string, v ...interface{}) {
logf("engine: "+format, v...)