| Index: tools/testing/dart/summary_report.dart
|
| diff --git a/tools/testing/dart/summary_report.dart b/tools/testing/dart/summary_report.dart
|
| index 0667c73773e15b8fe2fba8ffe95d815c6d4ffac5..cbc7204509ee34c1822da6a53d1a1770e85d8843 100644
|
| --- a/tools/testing/dart/summary_report.dart
|
| +++ b/tools/testing/dart/summary_report.dart
|
| @@ -4,7 +4,8 @@
|
|
|
| library summary_report;
|
|
|
| -import "expectation.dart";
|
| +import "package:status_file/expectation.dart";
|
| +
|
| import "test_runner.dart";
|
|
|
| final summaryReport = new SummaryReport();
|
|
|