cache: fixes consistency with CloseOnContextDone and listeners (#1381)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
@@ -159,7 +159,7 @@ func TestRuntime_CompileModule_Errors(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
name: "nil",
|
||||
expectedErr: "binary == nil",
|
||||
expectedErr: "invalid magic number",
|
||||
},
|
||||
{
|
||||
name: "invalid binary",
|
||||
|
||||
Reference in New Issue
Block a user