| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index c8d08ebacb82342219d509b42973bd750a49ec79..b45d9b887aeb32ac6ff2dd63d6d9718a1f296a9d 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -78,7 +78,7 @@ class CCTestSuite implements TestSuite {
|
| var expectations = testExpectations.expectations(testName);
|
|
|
| if (configuration["report"]) {
|
| - SummaryReport.add(expectations);
|
| + SummaryReport.add(expectations);
|
| }
|
|
|
| if (expectations.contains(SKIP)) return;
|
|
|