aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-stress/stress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-stress/stress.go b/tools/syz-stress/stress.go
index 43bd258eb..f4b0ae565 100644
--- a/tools/syz-stress/stress.go
+++ b/tools/syz-stress/stress.go
@@ -13,9 +13,9 @@ import (
"sync/atomic"
"time"
- "github.com/google/syzkaller/host"
"github.com/google/syzkaller/ipc"
"github.com/google/syzkaller/pkg/db"
+ "github.com/google/syzkaller/pkg/host"
. "github.com/google/syzkaller/pkg/log"
"github.com/google/syzkaller/prog"
"github.com/google/syzkaller/sys"