| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 887f82dd33adf26efeafc0426b12f55a52aad1c3..54801a4da20fa0baca422dabf5bedba7249aad1c 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -810,7 +810,8 @@ class StandardTestSuite extends TestSuite {
|
|
|
| if (info.optionsFromFile['isMultiHtmlTest'] as bool) {
|
| // A browser multi-test has multiple expectations for one test file.
|
| - // Find all the different sub-test expecations for one entire test file.
|
| + // Find all the different sub-test expectations for one entire test
|
| + // file.
|
| var subtestNames = info.optionsFromFile['subtestNames'] as List<String>;
|
| expectationsMap = <String, Set<Expectation>>{};
|
| for (var name in subtestNames) {
|
|
|