| Index: tools/testing/dart/status_file_parser.dart
|
| diff --git a/tools/testing/dart/status_file_parser.dart b/tools/testing/dart/status_file_parser.dart
|
| index 5d3cee637c24426203a41bbd4f8e8266e11439dc..d314581fb6e18cef96dca3d1c213538304ad9941 100644
|
| --- a/tools/testing/dart/status_file_parser.dart
|
| +++ b/tools/testing/dart/status_file_parser.dart
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("status_file_parser");
|
| +library status_file_parser;
|
|
|
| -#import("dart:io");
|
| -#import("status_expression.dart");
|
| +import "dart:io";
|
| +import "status_expression.dart";
|
|
|
| /** Possible outcomes of running a test. */
|
| const CRASH = "crash";
|
|
|