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

Unified Diff: tests/isolate/timer_isolate_test.dart

Issue 11195017: Allow package: imports inside isolates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
Index: tests/isolate/timer_isolate_test.dart
diff --git a/tests/isolate/timer_isolate_test.dart b/tests/isolate/timer_isolate_test.dart
index 15b22f299cf527820735a94fb0351e341f5a486b..63345ea7c24318a1261a820341f77a76d281d576 100644
--- a/tests/isolate/timer_isolate_test.dart
+++ b/tests/isolate/timer_isolate_test.dart
@@ -26,6 +26,7 @@ main() {
expect("timer_fired", msg);
int endTime = (new Date.now()).millisecondsSinceEpoch;
expect((endTime - startTime) >= TIMEOUT);
+ port.close();
}));
startTime = (new Date.now()).millisecondsSinceEpoch;

Powered by Google App Engine
This is Rietveld 408576698