cache: fixes consistency with CloseOnContextDone and listeners (#1381)

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2023-04-18 23:00:46 -07:00
committed by GitHub
parent b8a4e8ff68
commit d33ecd0e3a
11 changed files with 342 additions and 33 deletions

View File

@@ -159,7 +159,7 @@ func TestRuntime_CompileModule_Errors(t *testing.T) {
}{
{
name: "nil",
expectedErr: "binary == nil",
expectedErr: "invalid magic number",
},
{
name: "invalid binary",