| Index: tools/testing/dart/lib/status_file_parser.dart
|
| diff --git a/tools/testing/dart/status_file_parser.dart b/tools/testing/dart/lib/status_file_parser.dart
|
| similarity index 98%
|
| rename from tools/testing/dart/status_file_parser.dart
|
| rename to tools/testing/dart/lib/status_file_parser.dart
|
| index 20b57c7d06e99c702a60f927b10fe1e4cd44a942..ed0e521c55c591ca645f109e02f0b31340847596 100644
|
| --- a/tools/testing/dart/status_file_parser.dart
|
| +++ b/tools/testing/dart/lib/status_file_parser.dart
|
| @@ -4,12 +4,12 @@
|
|
|
| library status_file_parser;
|
|
|
| -import "dart:async";
|
| -import "dart:convert" show LineSplitter, UTF8;
|
| -import "dart:io";
|
| +import 'dart:async';
|
| +import 'dart:convert' show LineSplitter, UTF8;
|
| +import 'dart:io';
|
|
|
| -import "path.dart";
|
| -import "status_expression.dart";
|
| +import 'path.dart';
|
| +import 'status_expression.dart';
|
|
|
| class Expectation {
|
| // Possible outcomes of running a test.
|
|
|