| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 70230f4983ad348c0f46fa42e51d107c5b665256..5b8df7a0b74e7ca04842f69413d4fc4e7e527ee4 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -845,7 +845,11 @@ class StandardTestSuite extends TestSuite {
|
| CreateTest createTestCase = makeTestCaseCreator(optionsFromFile);
|
|
|
| if (optionsFromFile['isMultitest']) {
|
| - group.add(doMultitest(filePath, buildDir, suiteDir, createTestCase));
|
| + group.add(doMultitest(filePath,
|
| + buildDir,
|
| + suiteDir,
|
| + createTestCase,
|
| + configuration['hot_reload']));
|
| } else {
|
| createTestCase(filePath, filePath, optionsFromFile['hasCompileError'],
|
| optionsFromFile['hasRuntimeError'],
|
|
|