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

Unified Diff: tests/isolate/kill_self_test.dart

Issue 1074223002: Update Isolate API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo Created 5 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 | « tests/isolate/kill3_test.dart ('k') | tests/isolate/kill_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/kill_self_test.dart
diff --git a/tests/isolate/kill_self_test.dart b/tests/isolate/kill_self_test.dart
index 932dca6fb38d9a1e62cddf82bfcf9dc6ff25812a..cf2a81d4bae8afc918ec7d55029ef743b2462dd2 100644
--- a/tests/isolate/kill_self_test.dart
+++ b/tests/isolate/kill_self_test.dart
@@ -19,7 +19,7 @@ isomain1(replyPort) {
firstEvent = false;
var isolate = new Isolate(controlPort,
terminateCapability: killCapability);
- isolate.kill(Isolate.IMMEDIATE);
+ isolate.kill(priority: Isolate.IMMEDIATE);
};
replyPort.send(port.sendPort);
}
« no previous file with comments | « tests/isolate/kill3_test.dart ('k') | tests/isolate/kill_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698