diff --git a/bytes/regexp_test.go b/bytes/regexp_test.go index 6f59306..b8742fc 100644 --- a/bytes/regexp_test.go +++ b/bytes/regexp_test.go @@ -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) {