Removed unused Todo function

This commit is contained in:
Brandon Dyck 2024-10-16 13:52:13 -06:00
parent f3a37f5fb6
commit abef123f8a

View File

@ -17,10 +17,6 @@ import (
"pgregory.net/rapid"
)
func Todo(t *testing.T) {
t.Fatalf("TODO")
}
func TestRegexp(t *testing.T) {
alpha := rapid.SliceOfBytesMatching(`[A-Za-z]{1,100}`)
t.Run("position and value are correct after match", rapid.MakeCheck(func(t *rapid.T) {