| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index fc9adac5c28f63bbbc323e88639be59462708c95..8f9232b4b66810dfe323bd2f417d42b2d7c504e2 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -2,12 +2,12 @@
|
| // 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("test_options_parser");
|
| +library test_options_parser;
|
|
|
| -#import("dart:io");
|
| -#import("dart:math");
|
| -#import("drt_updater.dart");
|
| -#import("test_suite.dart");
|
| +import "dart:io";
|
| +import "dart:math";
|
| +import "drt_updater.dart";
|
| +import "test_suite.dart";
|
|
|
| List<String> defaultTestSelectors =
|
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
|
|
|