| Index: sdk/lib/_internal/pub/test/io_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/io_test.dart b/sdk/lib/_internal/pub/test/io_test.dart
|
| index 6aa82bc8058c8beaced0a5f66e83a86a89b77074..55e3a272e04ab31ee133ee351d6ee350c8d82397 100644
|
| --- a/sdk/lib/_internal/pub/test/io_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/io_test.dart
|
| @@ -7,7 +7,7 @@ library io_test;
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:unittest/unittest.dart';
|
|
|
| import '../lib/src/io.dart';
|
|
|