| Index: pkg/path/test/path_test.dart
|
| diff --git a/pkg/path/test/path_test.dart b/pkg/path/test/path_test.dart
|
| index bd099ef2e4b39ab61f41f8e6325a38454bd234af..eea906ab3f4dd1acde0215ff62bb0ed2406c83b1 100644
|
| --- a/pkg/path/test/path_test.dart
|
| +++ b/pkg/path/test/path_test.dart
|
| @@ -6,9 +6,8 @@ library all_test;
|
|
|
| import 'dart:io' as io;
|
|
|
| -// TODO(rnystrom): Use "package:" path when #7491 is fixed.
|
| -import '../../unittest/lib/unittest.dart';
|
| -import '../lib/path.dart' as path;
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:path/path.dart' as path;
|
|
|
| main() {
|
| group('path.Style', () {
|
|
|