| Index: tests/standalone/debugger/stepping_test.dart
|
| diff --git a/tests/standalone/debugger/stepping_test.dart b/tests/standalone/debugger/stepping_test.dart
|
| index ff54062abd57b2d3ba90bc174b2478c8b353dbf6..d8f37d2071bb274b75c1d2d7e603a30e3af9dc2d 100644
|
| --- a/tests/standalone/debugger/stepping_test.dart
|
| +++ b/tests/standalone/debugger/stepping_test.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| import "debug_lib.dart";
|
|
|
| -main() {
|
| - if (RunScript(testScript)) return;
|
| -
|
| +main(List<String> arguments) {
|
| + if (RunScript(testScript, arguments)) return;
|
| +
|
| bar();
|
| }
|
|
|
|
|