| Index: tests/standalone/io/http_auth_test.dart
|
| diff --git a/tests/standalone/io/http_auth_test.dart b/tests/standalone/io/http_auth_test.dart
|
| index 595b57aad1f7e5a279644457c1c054ab871f9767..9869a94bcec2b058e328bf3eba3994f3ddbd37db 100644
|
| --- a/tests/standalone/io/http_auth_test.dart
|
| +++ b/tests/standalone/io/http_auth_test.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| +import "package:crypto/crypto.dart";
|
| import "package:expect/expect.dart";
|
| import 'dart:async';
|
| -import 'dart:crypto';
|
| import 'dart:io';
|
| import 'dart:isolate';
|
| import 'dart:utf';
|
|
|