Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3157)

Unified Diff: mojo/go/tests/regression_test.go

Issue 1861153002: Go system tests: Close proxy and stub at the end of a test. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698