| Index: tools/testing/dart/scrub_status_file.dart
|
| diff --git a/tools/testing/dart/scrub_status_file.dart b/tools/testing/dart/scrub_status_file.dart
|
| index 2afd4cfef7d99806d146d3c26f39c02a6d81a213..4aced43be2e85894427a9e1fe98214d38ca718b5 100644
|
| --- a/tools/testing/dart/scrub_status_file.dart
|
| +++ b/tools/testing/dart/scrub_status_file.dart
|
| @@ -11,9 +11,9 @@
|
|
|
| // TODO(ahe): Consider generalizing this.
|
|
|
| -#import('dart:io');
|
| +import 'dart:io';
|
|
|
| -#import('status_file_parser.dart');
|
| +import 'status_file_parser.dart';
|
|
|
| const List<String> CO19_STATUS_FILES = const <String>[
|
| 'tests/co19/co19-compiler.status',
|
|
|