| 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() {
|
|
|