| Index: pkg/http/test/html/utils.dart
|
| diff --git a/pkg/http/test/html/utils.dart b/pkg/http/test/html/utils.dart
|
| index 5803ec29550796cad0850e1e23db3e8a5e3bb094..243278ea7fde4aae653b4619f740be6db8f10eae 100644
|
| --- a/pkg/http/test/html/utils.dart
|
| +++ b/pkg/http/test/html/utils.dart
|
| @@ -4,14 +4,8 @@
|
|
|
| library http.test.html_utils;
|
|
|
| -import 'dart:async';
|
| -import 'dart:convert';
|
| import 'dart:html';
|
|
|
| -import 'package:http/http.dart';
|
| -import 'package:http/src/utils.dart';
|
| -import 'package:unittest/unittest.dart';
|
| -
|
| export '../utils.dart';
|
|
|
| /// The test server's echo URL.
|
|
|