Chromium Code Reviews| Index: pkg/unittest/test/instance_test.dart | 
| =================================================================== | 
| --- pkg/unittest/test/instance_test.dart (revision 12412) | 
| +++ pkg/unittest/test/instance_test.dart (working copy) | 
| @@ -3,7 +3,7 @@ | 
| // BSD-style license that can be found in the LICENSE file. | 
| #library('instance_test'); | 
| -#import('../../../pkg/unittest/lib/unittest.dart'); | 
| +#import('../../../pkg/unittest/unittest.dart'); | 
| #source('test_utils.dart'); | 
| doesThrow() { throw 'X'; } |