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

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: Addresses Siva's comments. 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
« no previous file with comments | « runtime/bin/main.cc ('k') | tests/standalone/package/package_isolate_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/bin/main.cc ('k') | tests/standalone/package/package_isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698