| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index f6d1ab21f9dd029fc5db52cc9b352614c24ba9b6..67b80e35dfa0dbc627491de9f915fc554f15c47b 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -333,7 +333,7 @@ class StandardTestSuite implements TestSuite {
|
| if (optionsFromFile['isMultitest']) {
|
| testGeneratorStarted();
|
| DoMultitest(filename,
|
| - TestUtils.outputDir(configuration),
|
| + TestUtils.buildDir(configuration),
|
| directoryPath,
|
| createTestCase,
|
| testGeneratorDone);
|
|
|