| Index: tools/testing/dart/lib/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/lib/multitest.dart
|
| similarity index 99%
|
| rename from tools/testing/dart/multitest.dart
|
| rename to tools/testing/dart/lib/multitest.dart
|
| index 3aed790d6fc096cfb39cfdfac36b5dc026574772..d5601e25047bbc3a2c9d4eca7de77754c225ad81 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/lib/multitest.dart
|
| @@ -4,12 +4,12 @@
|
|
|
| library multitest;
|
|
|
| -import "dart:async";
|
| -import "dart:io";
|
| +import 'dart:async';
|
| +import 'dart:io';
|
|
|
| -import "path.dart";
|
| -import "test_suite.dart";
|
| -import "utils.dart";
|
| +import 'path.dart';
|
| +import 'test_utils.dart';
|
| +import 'utils.dart';
|
|
|
| // Multitests are Dart test scripts containing lines of the form
|
| // " [some dart code] /// [key]: [error type]"
|
|
|