| Index: tests/standalone/debugger/step_inout_test.dart
|
| diff --git a/tests/standalone/debugger/step_inout_test.dart b/tests/standalone/debugger/step_inout_test.dart
|
| index f1f0b43b42baf8783b8de6d8b0f903568e15df35..421c212fd91db894690294cf80bc1b5f226f3a36 100644
|
| --- a/tests/standalone/debugger/step_inout_test.dart
|
| +++ b/tests/standalone/debugger/step_inout_test.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| import "debug_lib.dart";
|
|
|
| -main() {
|
| - if (RunScript(testScript)) return;
|
| -
|
| +main(List<String> arguments) {
|
| + if (RunScript(testScript, arguments)) return;
|
| +
|
| foo('foo1');
|
| foo('foo2');
|
| foo('foo3');
|
|
|