| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 3ccc3eedab0547c5c78251519380f15fa38a5035..c3bcd0c54406322f897b6a84629cafdad75ede05 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -20,6 +20,8 @@ import "test_suite.dart";
|
|
|
| const int NO_TIMEOUT = 0;
|
| const int SLOW_TIMEOUT_MULTIPLIER = 4;
|
| +const int SERVER_PORT_ONE = 9876;
|
| +const int SERVER_PORT_TWO = 5432;
|
|
|
| typedef void TestCaseEvent(TestCase testCase);
|
| typedef void ExitCodeEvent(int exitCode);
|
|
|