| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index dc2d565c839148c943751e06e87ade3e41976c6b..0694db3f68f07c4c5bbbe1bc3a4276df21a1d252 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -58,8 +58,8 @@ String dartTestWrapper(Path dartHome, Path library) =>
|
| """
|
| library test;
|
|
|
| -import 'package:unittest/unittest.dart' as unittest;
|
| -import 'package:unittest/html_config.dart' as config;
|
| +import '${dartHome.append('pkg/unittest/lib/unittest.dart')}' as unittest;
|
| +import '${dartHome.append('pkg/unittest/lib/html_config.dart')}' as config;
|
| import '${library}' as Test;
|
|
|
| main() {
|
|
|