aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-linter/testdata/src/github.com
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-linter/testdata/src/github.com')
-rw-r--r--tools/syz-linter/testdata/src/github.com/google/syzkaller/pkg/tool/tool.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/syz-linter/testdata/src/github.com/google/syzkaller/pkg/tool/tool.go b/tools/syz-linter/testdata/src/github.com/google/syzkaller/pkg/tool/tool.go
new file mode 100644
index 000000000..c85eea9fd
--- /dev/null
+++ b/tools/syz-linter/testdata/src/github.com/google/syzkaller/pkg/tool/tool.go
@@ -0,0 +1,7 @@
+// Copyright 2024 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.
+
+package tool
+
+func Failf(msg string, args ...interface{}) {}
+func Fail(err error) {}