| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 54f12698ee85d277156789d3d1ffd5720376463a..bd7218e6669f531f43230aecc32106a8a434ff3b 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -864,11 +864,14 @@ class JUnitTestSuite implements TestSuite {
|
| 'java',
|
| args,
|
| configuration,
|
| - (){},
|
| + completeHandler,
|
| new Set<String>.from([PASS])));
|
| doDone();
|
| }
|
|
|
| + void completeHandler(TestCase testCase) {
|
| + }
|
| +
|
| void computeClassPath() {
|
| classPath = Strings.join(
|
| ['$buildDir/compiler/lib/dartc.jar',
|
|
|