| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 1fa5b0fb4d0fecf2c008d40c74aa6514dc2a27cf..8d7388c0a2e29a4b6d4e39133614263e7575d189 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -22,19 +22,19 @@
|
| *
|
| */
|
|
|
| -#library("test");
|
| +library test;
|
|
|
| -#import("dart:io");
|
| -#import("testing/dart/test_runner.dart");
|
| -#import("testing/dart/test_options.dart");
|
| -#import("testing/dart/test_suite.dart");
|
| -#import("testing/dart/test_progress.dart");
|
| -#import("testing/dart/http_server.dart");
|
| +import "dart:io";
|
| +import "testing/dart/test_runner.dart";
|
| +import "testing/dart/test_options.dart";
|
| +import "testing/dart/test_suite.dart";
|
| +import "testing/dart/test_progress.dart";
|
| +import "testing/dart/http_server.dart";
|
|
|
| -#import("../compiler/tests/dartc/test_config.dart");
|
| -#import("../runtime/tests/vm/test_config.dart");
|
| -#import("../samples/tests/dartc/test_config.dart");
|
| -#import("../tests/co19/test_config.dart");
|
| +import "../compiler/tests/dartc/test_config.dart";
|
| +import "../runtime/tests/vm/test_config.dart";
|
| +import "../samples/tests/dartc/test_config.dart";
|
| +import "../tests/co19/test_config.dart";
|
|
|
| /**
|
| * The directories that contain test suites which follow the conventions
|
|
|