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

Unified Diff: test/pool_test.dart

Issue 1215053004: pkg/pool: remove usage of Chain.track (Closed) Base URL: https://github.com/dart-lang/pool.git@master
Patch Set: nits Created 5 years, 6 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pool_test.dart
diff --git a/test/pool_test.dart b/test/pool_test.dart
index 64bc3a6ccecf07a445910ad6496c20060cc563a6..5dfef2a24707df2f8f4c6d2ca50ad860b7455b14 100644
--- a/test/pool_test.dart
+++ b/test/pool_test.dart
@@ -163,7 +163,6 @@ void main() {
group("allowRelease()", () {
test("runs the callback once the resource limit is exceeded", () async {
var pool = new Pool(50);
- var requests = [];
for (var i = 0; i < 49; i++) {
expect(pool.request(), completes);
}
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698