| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index bbfdf258cfedc62378168386c7bea12fdf7aa3cd..812be4cf82affbfd2d5c7b09efcd24609f4055c5 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -32,9 +32,9 @@ import "dart:async";
|
| import "dart:io";
|
| import "testing/dart/test_configurations.dart";
|
| import "testing/dart/test_options.dart";
|
| -import "testing/dart/test_progress.dart";
|
| -import "testing/dart/test_suite.dart";
|
| -import "testing/dart/utils.dart";
|
| +import "testing/dart/lib/test_progress.dart";
|
| +import 'testing/dart/lib/test_utils.dart';
|
| +import "testing/dart/lib/utils.dart";
|
|
|
| Future _deleteTemporaryDartDirectories() {
|
| var completer = new Completer();
|
|
|