| Index: tests/debugger/list_processes_test.dart
|
| diff --git a/tests/debugger/list_processes_test.dart b/tests/debugger/list_processes_test.dart
|
| index 9605dfdff35681a2d150c10fea74a495785b65b5..ac1bcd8c5ea6b05678b41df9d5f1d08f11ddb129 100644
|
| --- a/tests/debugger/list_processes_test.dart
|
| +++ b/tests/debugger/list_processes_test.dart
|
| @@ -4,10 +4,10 @@
|
|
|
| // Test that we get a meaningful list of processes.
|
|
|
| -// FletchDebuggerCommands=b resume,r,lp,c,lp,c
|
| +// DartinoDebuggerCommands=b resume,r,lp,c,lp,c
|
|
|
| import 'dart:async';
|
| -import 'dart:fletch';
|
| +import 'dart:dartino';
|
|
|
| Port spawnPaused(Channel channel) {
|
| var port = new Port(channel);
|
|
|