| Index: utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart
|
| ===================================================================
|
| --- utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart (revision 14440)
|
| +++ utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart (working copy)
|
| @@ -7,7 +7,7 @@
|
| import 'dart:io';
|
|
|
| import '../../test_pub.dart';
|
| -import '../../../../../pkg/unittest/unittest.dart';
|
| +import '../../../../../pkg/unittest/lib/unittest.dart';
|
|
|
| main() {
|
| test('fails gracefully if the package does not exist', () {
|
|
|