aboutsummaryrefslogtreecommitdiffstats
path: root/syz-verifier/execresult.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-verifier/execresult.go')
-rw-r--r--syz-verifier/execresult.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/syz-verifier/execresult.go b/syz-verifier/execresult.go
index 9db053a35..dcf2f5812 100644
--- a/syz-verifier/execresult.go
+++ b/syz-verifier/execresult.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 (