| Index: tests/debugger/list_processes_test.dart
|
| diff --git a/tests/debugger/list_processes_test.dart b/tests/debugger/list_processes_test.dart
|
| index 1f37c4495bdaf606c1a391c9ebe07cef963f822b..f3b069a217473208d14c0b652299dc26e071b674 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';
|
| import 'package:expect/expect.dart';
|
|
|
| Port spawnPaused(Channel channel, Channel monitor) {
|
|
|