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

Unified Diff: test/stream_zip_zone_test.dart

Issue 1216313003: pkg/async: cleanup unused variables in tests (Closed) Base URL: https://github.com/dart-lang/async.git@master
Patch Set: 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
« test/stream_zip_test.dart ('K') | « test/stream_zip_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/stream_zip_zone_test.dart
diff --git a/test/stream_zip_zone_test.dart b/test/stream_zip_zone_test.dart
index cdf2e164a2df858a661d940cca60a14ea5a962ec..47957a9444d7bb9801cd15dabe66bd706745f172 100644
--- a/test/stream_zip_zone_test.dart
+++ b/test/stream_zip_zone_test.dart
@@ -41,7 +41,6 @@ void testStream(String name, StreamController controller, Stream stream) {
expect(v, 37);
expect(Zone.current, newZone1);
runZoned(() {
- Zone newZone2 = Zone.current;
sub.onData(expectAsync((v) {
expect(v, 87);
expect(Zone.current, newZone1);
« test/stream_zip_test.dart ('K') | « test/stream_zip_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698