| Index: tools/testing/dart/lib/drt_updater.dart
|
| diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/lib/drt_updater.dart
|
| similarity index 97%
|
| rename from tools/testing/dart/drt_updater.dart
|
| rename to tools/testing/dart/lib/drt_updater.dart
|
| index 3f348859fa356dce9d0c50e174a41a68fda31eaf..ce3c76905233c6cfbec1a940bf25a665f38dea7a 100644
|
| --- a/tools/testing/dart/drt_updater.dart
|
| +++ b/tools/testing/dart/lib/drt_updater.dart
|
| @@ -6,10 +6,10 @@
|
|
|
| library drt_updater;
|
|
|
| -import "dart:async";
|
| -import "dart:io";
|
| +import 'dart:async';
|
| +import 'dart:io';
|
|
|
| -import "test_suite.dart";
|
| +import 'test_utils.dart';
|
|
|
| class _DartiumUpdater {
|
| String name;
|
|
|