| Index: tests/standalone/debugger/tostring_throws_test.dart
|
| diff --git a/tests/standalone/debugger/tostring_throws_test.dart b/tests/standalone/debugger/tostring_throws_test.dart
|
| index 03fd3226ed507af4b519a36975e6f47d9e34a610..ecdba9504a353922d65d094b12e480604e6398f7 100644
|
| --- a/tests/standalone/debugger/tostring_throws_test.dart
|
| +++ b/tests/standalone/debugger/tostring_throws_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| import "debug_lib.dart";
|
|
|
| -main() {
|
| - if (RunScript(testScript)) return;
|
| +main(List<String> arguments) {
|
| + if (RunScript(testScript, arguments)) return;
|
|
|
| Foo foo = new Foo();
|
|
|
|
|