| Index: tests/cli_tests/debugger_list_processes.dart
|
| diff --git a/tests/cli_tests/debugger_list_processes.dart b/tests/cli_tests/debugger_list_processes.dart
|
| index b7a96e78324fcc458d69dc0e486470cab075b7b9..6d64b97bbd04396f814c7a7f79ff504e3247fb5d 100644
|
| --- a/tests/cli_tests/debugger_list_processes.dart
|
| +++ b/tests/cli_tests/debugger_list_processes.dart
|
| @@ -7,7 +7,7 @@
|
| // breakpoint. Not doing so could cause inconsistent process structures to be
|
| // accessed.
|
|
|
| -import 'dart:fletch';
|
| +import 'dart:dartino';
|
|
|
| Port spawnChild(Channel channel) {
|
| var port = new Port(channel);
|
|
|