Chromium Code Reviews| Index: mojo/go/tests/regression_test.go |
| diff --git a/mojo/go/tests/regression_test.go b/mojo/go/tests/regression_test.go |
| index 47c056c89989850cfdc369562c1e2235a09dae06..e948f783c9997e9f833c2bddc9c05e3cb694bf95 100644 |
| --- a/mojo/go/tests/regression_test.go |
| +++ b/mojo/go/tests/regression_test.go |
| @@ -50,5 +50,7 @@ func TestCheckMethodWithEmptyResponse(t *testing.T) { |
| t.Fatal("proxy returned from the call before the stub sent the response") |
| } |
| v.mu.Unlock() |
| + proxy.Close_Proxy() |
| + stub.Close() |
| } |
| } |