| Index: tools/testing/dart/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
|
| index 10ad84a6723c70aac2228ad9370b03d44b5b8d89..ca621750e97b19f3f65414e1ca37132f1c129e8b 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/multitest.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("multitest");
|
| +library multitest;
|
|
|
| -#import("dart:io");
|
| -#import("test_suite.dart");
|
| +import "dart:io";
|
| +import "test_suite.dart";
|
|
|
| // Multitests are Dart test scripts containing lines of the form
|
| // " [some dart code] /// [key]: [error type]"
|
|
|