aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/cli-check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/cli-check')
-rw-r--r--tests/fuzz/cli-check/fiinha.go35
l---------tests/fuzz/cli-check/main.go1
2 files changed, 0 insertions, 36 deletions
diff --git a/tests/fuzz/cli-check/fiinha.go b/tests/fuzz/cli-check/fiinha.go
deleted file mode 100644
index 1cb6f37..0000000
--- a/tests/fuzz/cli-check/fiinha.go
+++ /dev/null
@@ -1,35 +0,0 @@
-package fiinha
-
-import (
- "os"
- "testing"
- "testing/internal/testdeps"
-)
-
-
-
-func queries(f *testing.F) {
- f.Fuzz(func(t *testing.T, n int) {
- if n > 154 {
- if n < 155 {
- t.Errorf("Failed n: %v\n", n)
- }
- }
- })
-}
-
-
-
-func MainTest() {
- // FIXME
- fuzzTargets := []testing.InternalFuzzTarget{
- { "queries", queries },
- }
-
- deps := testdeps.TestDeps{}
- tests := []testing.InternalTest {}
- benchmarks := []testing.InternalBenchmark{}
- examples := []testing.InternalExample {}
- m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples)
- os.Exit(m.Run())
-}
diff --git a/tests/fuzz/cli-check/main.go b/tests/fuzz/cli-check/main.go
deleted file mode 120000
index f67563d..0000000
--- a/tests/fuzz/cli-check/main.go
+++ /dev/null
@@ -1 +0,0 @@
-../../main.go \ No newline at end of file