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

Unified Diff: tests/isolate/spawn_function_custom_class_test.dart

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 5 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/request_reply_test.dart ('k') | tests/isolate/spawn_function_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/spawn_function_custom_class_test.dart
diff --git a/tests/isolate/v2_spawn_function_custom_class_test.dart b/tests/isolate/spawn_function_custom_class_test.dart
similarity index 93%
rename from tests/isolate/v2_spawn_function_custom_class_test.dart
rename to tests/isolate/spawn_function_custom_class_test.dart
index a0db2e40d3db7f0bf73039bc58b76f7abb339010..94382a7bb3f3a89d9c8c62687cff5877cc81c82a 100644
--- a/tests/isolate/v2_spawn_function_custom_class_test.dart
+++ b/tests/isolate/spawn_function_custom_class_test.dart
@@ -20,8 +20,8 @@ class MyClass {
child() {
port.receive((msg, reply) {
- reply.send('re: ${new MyClass().myFunc(msg)}');
- });
+ reply.send('re: ${new MyClass().myFunc(msg)}');
+ });
}
main() {
« no previous file with comments | « tests/isolate/request_reply_test.dart ('k') | tests/isolate/spawn_function_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698