| Index: sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_uploader_test.dart b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| index 82792dbfd799cde6807042573a29937913cedc13..fbfba2ce3352167f97f003693e17ca9f30e63c7b 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| @@ -5,7 +5,6 @@
|
| library pub_uploader_test;
|
|
|
| import 'dart:convert';
|
| -import 'dart:io';
|
|
|
| import 'package:scheduled_test/scheduled_process.dart';
|
| import 'package:scheduled_test/scheduled_server.dart';
|
| @@ -13,7 +12,6 @@ import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:shelf/shelf.dart' as shelf;
|
|
|
| import '../lib/src/exit_codes.dart' as exit_codes;
|
| -import '../lib/src/io.dart';
|
| import '../lib/src/utils.dart';
|
| import 'descriptor.dart' as d;
|
| import 'test_pub.dart';
|
| @@ -104,7 +102,6 @@ main() {
|
| return new shelf.Response.ok(JSON.encode({
|
| 'success': {'message': 'Good job!'}
|
| }), headers: {'content-type': 'application/json'});
|
| - request.response.close();
|
| });
|
|
|
| pub.stdout.expect('Good job!');
|
|
|