| Index: tests/html/typed_arrays_range_checks_test.dart
|
| ===================================================================
|
| --- tests/html/typed_arrays_range_checks_test.dart (revision 10655)
|
| +++ tests/html/typed_arrays_range_checks_test.dart (working copy)
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('TypedArraysRangeCheckTest');
|
| -#import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|