| Index: tools/testing/dart/http_server.dart
|
| diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
|
| index ad542d7a8aa24345df80d3b6720086a202caaaa4..0254ad10d107544a5baa283317270634687f064f 100644
|
| --- a/tools/testing/dart/http_server.dart
|
| +++ b/tools/testing/dart/http_server.dart
|
| @@ -2,11 +2,11 @@
|
| // 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('http_server');
|
| +library http_server;
|
|
|
| -#import('dart:io');
|
| -#import('dart:isolate');
|
| -#import('test_suite.dart'); // For TestUtils.
|
| +import 'dart:io';
|
| +import 'dart:isolate';
|
| +import 'test_suite.dart'; // For TestUtils.
|
|
|
| HttpServer _httpServer;
|
|
|
|
|