| Index: utils/tests/import_mapper/src/import_mapper_tests.dart
|
| ===================================================================
|
| --- utils/tests/import_mapper/src/import_mapper_tests.dart (revision 5951)
|
| +++ utils/tests/import_mapper/src/import_mapper_tests.dart (working copy)
|
| @@ -7,7 +7,7 @@
|
| #import('../../../import_mapper/import_mapper.dart', prefix: 'mapper');
|
|
|
| // TODO(rnystrom): Better path to unittest.
|
| -#import('../../../../client/testing/unittest/unittest_vm.dart');
|
| +#import('../../../../lib/unittest/unittest_vm.dart');
|
|
|
| main() {
|
| group('generateImportMap', () {
|
|
|