File: oss_fuzz_test.go

package info (click to toggle)
golang-github-yuin-goldmark 1.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,692 kB
  • sloc: ansic: 76; makefile: 37
file content (9 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package fuzz

import (
	"testing"
)

func FuzzOss(f *testing.F) {
	fuzz(f)
}