aboutsummaryrefslogtreecommitdiffstats
path: root/syz-verifier/verifier_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-17 17:20:45 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-21 09:46:36 +0000
commit1d3c25e7679384c386e7710ea11e364ce9f9e028 (patch)
treec154a9578f63037babef096e85fe9a34183ee640 /syz-verifier/verifier_test.go
parenta38fb99b3fbff0c988e64bf4bf277071e18b18af (diff)
pkg/ipc: remove ProgInfo
Switch to flatrpc.ProgInfo. Note: this disables syz-runtest and syz-verifier.
Diffstat (limited to 'syz-verifier/verifier_test.go')
-rw-r--r--syz-verifier/verifier_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/syz-verifier/verifier_test.go b/syz-verifier/verifier_test.go
index bf3ba719d..5dd689421 100644
--- a/syz-verifier/verifier_test.go
+++ b/syz-verifier/verifier_test.go
@@ -1,6 +1,10 @@
// Copyright 2021 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+// TODO: switch syz-verifier to use syz-fuzzer.
+
+//go:build never
+
package main
import (