| Index: tests/html/measurement_test.dart
|
| diff --git a/tests/html/measurement_test.dart b/tests/html/measurement_test.dart
|
| index 9b6c5533dd83c6d68efa7f43ce52ccac9f2026e2..384136cf1c27110d15f52d7cab40b0d28e0cc226 100644
|
| --- a/tests/html/measurement_test.dart
|
| +++ b/tests/html/measurement_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('MeasurementTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|