From fbedd425b575868124577640fe02c9c0a73c4be3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Aug 2018 21:35:13 +0200 Subject: pkg/mgrconfig: move from syz-manager/mgrconfig mgrconfig was used only by syz-manager initially, but now it's used by a dozen of packages and it's weird to import from under a binary dir. pkg/ is much more reasonable dir for a widely used helper package. --- pkg/report/linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/report/linux_test.go') diff --git a/pkg/report/linux_test.go b/pkg/report/linux_test.go index 162f6638e..83b631f55 100644 --- a/pkg/report/linux_test.go +++ b/pkg/report/linux_test.go @@ -7,8 +7,8 @@ import ( "fmt" "testing" + "github.com/google/syzkaller/pkg/mgrconfig" "github.com/google/syzkaller/pkg/symbolizer" - "github.com/google/syzkaller/syz-manager/mgrconfig" ) func TestLinuxIgnores(t *testing.T) { -- cgit mrf-deployment