| Index: tools/testing/dart/browser_test.dart
|
| ===================================================================
|
| --- tools/testing/dart/browser_test.dart (revision 14440)
|
| +++ tools/testing/dart/browser_test.dart (working copy)
|
| @@ -55,8 +55,8 @@
|
| """
|
| library test;
|
|
|
| -import '${dartHome.append('pkg/unittest/unittest.dart')}' as unittest;
|
| -import '${dartHome.append('pkg/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() {
|
|
|