aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ipc/ipc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ipc/ipc_test.go')
-rw-r--r--pkg/ipc/ipc_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ipc/ipc_test.go b/pkg/ipc/ipc_test.go
index 859e14948..ffb28d0a6 100644
--- a/pkg/ipc/ipc_test.go
+++ b/pkg/ipc/ipc_test.go
@@ -94,7 +94,7 @@ func TestExecute(t *testing.T) {
flags := []ExecFlags{0, FlagThreaded}
for _, flag := range flags {
- t.Logf("testing flags 0x%x\n", flag)
+ t.Logf("testing flags 0x%x", flag)
cfg := &Config{
Executor: bin,
UseShmem: useShmem,