| Index: tests/dom/performance_api_test.dart
|
| diff --git a/client/tests/client/dom/PerformanceApiTest.dart b/tests/dom/performance_api_test.dart
|
| similarity index 87%
|
| rename from client/tests/client/dom/PerformanceApiTest.dart
|
| rename to tests/dom/performance_api_test.dart
|
| index e5d1e689e262dc640700aa575053f2d2f82bc757..76c436a05474dbbe691cf2b9e11f084fa2e4dbd3 100644
|
| --- a/client/tests/client/dom/PerformanceApiTest.dart
|
| +++ b/tests/dom/performance_api_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('PerformanceApiTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
|
|