| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index db00fd683db0e906ad9b347fb248ad8f660c3ca2..f4057fc6decce0ee41111ef77643c60f6a79383a 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -15,11 +15,12 @@
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|
| +import "package:status_file/expectation.dart";
|
| +
|
| import 'browser_test.dart';
|
| import 'command.dart';
|
| import 'compiler_configuration.dart';
|
| import 'configuration.dart';
|
| -import 'expectation.dart';
|
| import 'expectation_set.dart';
|
| import 'html_test.dart' as html_test;
|
| import 'http_server.dart';
|
|
|