| Index: tools/testing/dart/lib/record_and_replay.dart
|
| diff --git a/tools/testing/dart/record_and_replay.dart b/tools/testing/dart/lib/record_and_replay.dart
|
| similarity index 99%
|
| rename from tools/testing/dart/record_and_replay.dart
|
| rename to tools/testing/dart/lib/record_and_replay.dart
|
| index 68e67ce4e407383d8dd4c43f573c56b2678a120b..a05b8ed31d3942f3d6b75a00b42ed35ebff87195 100644
|
| --- a/tools/testing/dart/record_and_replay.dart
|
| +++ b/tools/testing/dart/lib/record_and_replay.dart
|
| @@ -4,11 +4,11 @@
|
|
|
| library record_and_replay;
|
|
|
| -import 'dart:io';
|
| import 'dart:convert';
|
| +import 'dart:io';
|
|
|
| +import 'command.dart';
|
| import 'path.dart';
|
| -import 'test_runner.dart';
|
|
|
| /*
|
| * Json files look like this:
|
|
|