From abef123f8afde52707f59ee0a8ada321b150db5f Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Wed, 16 Oct 2024 13:52:13 -0600 Subject: [PATCH] Removed unused Todo function --- bytes/regexp_test.go | 4 ---- 1 file changed, 4 deletions(-) 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) {