| Index: pkg/http/test/multipart_test.dart
|
| diff --git a/pkg/http/test/multipart_test.dart b/pkg/http/test/multipart_test.dart
|
| index 64fd330d1521365aaf5ea3043a79687f53516a80..9c83ce1d43d13c0a75e576afc539a183b086fb9a 100644
|
| --- a/pkg/http/test/multipart_test.dart
|
| +++ b/pkg/http/test/multipart_test.dart
|
| @@ -8,8 +8,6 @@ import 'dart:async';
|
| import 'dart:io';
|
| import 'dart:utf';
|
|
|
| -// TODO(nweiz): get rid of this import before packaging this
|
| -import '../../../tests/utils/test_utils.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'package:http/http.dart' as http;
|
| import 'package:http/src/utils.dart';
|
|
|