| Index: tests/standalone/io/status_file_parser_test.dart
|
| diff --git a/tests/standalone/io/status_file_parser_test.dart b/tests/standalone/io/status_file_parser_test.dart
|
| index 547a54c9e54233f7c899460a5288b41988c0dc6a..a9e104f868618e2db3b3ea6aafd874dac0a1b029 100644
|
| --- a/tests/standalone/io/status_file_parser_test.dart
|
| +++ b/tests/standalone/io/status_file_parser_test.dart
|
| @@ -4,11 +4,12 @@
|
|
|
| library StatusFileParserTest;
|
|
|
| -import "package:expect/expect.dart";
|
| import "dart:io";
|
| -import "../../../tools/testing/dart/path.dart";
|
| -import "../../../tools/testing/dart/status_file_parser.dart";
|
| -import "../../../tools/testing/dart/utils.dart";
|
| +
|
| +import "package:expect/expect.dart";
|
| +
|
| +import "../../../tools/testing/dart/lib/path.dart";
|
| +import "../../../tools/testing/dart/lib/status_file_parser.dart";
|
|
|
|
|
| void main() {
|
|
|