| Index: tools/testing/dart/lib/html_test.dart
|
| diff --git a/tools/testing/dart/html_test.dart b/tools/testing/dart/lib/html_test.dart
|
| similarity index 95%
|
| rename from tools/testing/dart/html_test.dart
|
| rename to tools/testing/dart/lib/html_test.dart
|
| index 0f69eed460f813b130177bf2cea37df5bce32341..7bac6d1dda17fb8f32a7c1531bb53edcbc7d789f 100644
|
| --- a/tools/testing/dart/html_test.dart
|
| +++ b/tools/testing/dart/lib/html_test.dart
|
| @@ -11,12 +11,12 @@
|
| */
|
| library html_test;
|
|
|
| -import "dart:convert";
|
| -import "dart:io";
|
| +import 'dart:convert';
|
| +import 'dart:io';
|
|
|
| -import "path.dart";
|
| -import "test_suite.dart";
|
| -import "utils.dart";
|
| +import 'path.dart';
|
| +import 'test_information.dart';
|
| +import 'utils.dart';
|
|
|
| RegExp htmlAnnotation =
|
| new RegExp("START_HTML_DART_TEST([\\s\\S]*?)END_HTML_DART_TEST");
|
|
|