| Index: tools/testing/dart/browser_test.dart
|
| ===================================================================
|
| --- tools/testing/dart/browser_test.dart (revision 10655)
|
| +++ tools/testing/dart/browser_test.dart (working copy)
|
| @@ -55,8 +55,8 @@
|
| """
|
| #library('test');
|
|
|
| -#import('${dartHome.append('lib/unittest/unittest.dart')}', prefix: 'unittest');
|
| -#import('${dartHome.append('lib/unittest/html_config.dart')}',
|
| +#import('${dartHome.append('pkg/unittest/unittest.dart')}', prefix: 'unittest');
|
| +#import('${dartHome.append('pkg/unittest/html_config.dart')}',
|
| prefix: 'config');
|
|
|
| #import('${library}', prefix: "Test");
|
|
|