From 78f4ebba5445ffd261484d2b5f63f026611f77f4 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Sun, 24 Sep 2023 02:14:17 -0700 Subject: [PATCH] update Signed-off-by: Achille Roussel --- compiler/testdata/coroutine_functypes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testdata/coroutine_functypes.go b/compiler/testdata/coroutine_functypes.go index 4075249..06d34d0 100644 --- a/compiler/testdata/coroutine_functypes.go +++ b/compiler/testdata/coroutine_functypes.go @@ -70,5 +70,4 @@ func init() { _types.RegisterFunc[func()]("github.com/stealthrocket/coroutine/compiler/testdata.YieldingExpressionDesugaring") _types.RegisterFunc[func(v int) (_ int)]("github.com/stealthrocket/coroutine/compiler/testdata.a") _types.RegisterFunc[func(v int) (_ int)]("github.com/stealthrocket/coroutine/compiler/testdata.b") - _types.RegisterFunc[func()]("github.com/stealthrocket/coroutine/compiler/testdata.init") }